Fixes alignment of tables (issue #700).
Fixes https://github.com/gollum/gollum/issues/700 .
This commit is contained in:
@@ -241,7 +241,7 @@ a.absent {
|
|||||||
.markdown-body table tr th,
|
.markdown-body table tr th,
|
||||||
.markdown-body table tr td {
|
.markdown-body table tr td {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
text-align: left;
|
text-align: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 6px 13px;
|
padding: 6px 13px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user