diff options
Diffstat (limited to 'theme/stylesheets/book/markdown.less')
-rw-r--r-- | theme/stylesheets/book/markdown.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/stylesheets/book/markdown.less b/theme/stylesheets/book/markdown.less index 2cd39e9..7504793 100644 --- a/theme/stylesheets/book/markdown.less +++ b/theme/stylesheets/book/markdown.less @@ -156,7 +156,10 @@ margin-bottom: 0; } table { - padding: 0; } + width: 100%; + padding: 0; + } + table tr { border-top: 1px solid #cccccc; background-color: white; |