diff options
Diffstat (limited to 'theme/stylesheets/book/markdown.less')
-rw-r--r-- | theme/stylesheets/book/markdown.less | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/theme/stylesheets/book/markdown.less b/theme/stylesheets/book/markdown.less index 2cd39e9..97c40bf 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; @@ -181,7 +184,10 @@ margin-bottom: 0; } img { - max-width: 100%; } + max-width: 100%; + display: block; + margin: 0px auto; + } span.frame { display: block; |