summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markdown.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-xtheme/stylesheets/website/markdown.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less
index 85e22c4..25e9ae6 100755
--- a/theme/stylesheets/website/markdown.less
+++ b/theme/stylesheets/website/markdown.less
@@ -1,3 +1,7 @@
+.book .book-body .page-wrapper .page-inner section {
+ display: none;
+}
+
.book .book-body .page-wrapper .page-inner section.normal {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
@@ -6,6 +10,7 @@
overflow: hidden;
line-height: @content-line-height;
word-wrap: break-word;
+ display: block;
& > *:first-child {
margin-top: 0 !important;