Fixes alignment of tables (issue #700).

Fixes https://github.com/gollum/gollum/issues/700 .
This commit is contained in:
Bart Kamphorst
2014-01-21 16:55:05 +01:00
parent 20a2424b83
commit ff302ed842
+1 -1
View File
@@ -241,7 +241,7 @@ a.absent {
.markdown-body table tr th,
.markdown-body table tr td {
border: 1px solid #ccc;
text-align: left;
text-align: none;
margin: 0;
padding: 6px 13px;
}