summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/book/markdown.less2
-rwxr-xr-xtheme/stylesheets/book/progress.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/book/markdown.less b/theme/stylesheets/book/markdown.less
index c19a7c2..96be518 100755
--- a/theme/stylesheets/book/markdown.less
+++ b/theme/stylesheets/book/markdown.less
@@ -21,7 +21,7 @@
}
}
.book .book-body .page-wrapper .page-inner section.normal {
- padding: 25px 0px;
+ padding-bottom: 25px;
padding-top: 15px;
color:@page-color;
diff --git a/theme/stylesheets/book/progress.less b/theme/stylesheets/book/progress.less
index 51e13e7..c67d7e7 100755
--- a/theme/stylesheets/book/progress.less
+++ b/theme/stylesheets/book/progress.less
@@ -16,7 +16,7 @@
width: 100%;
position: relative;
background: #fff;
- margin-bottom: 20px;
+ margin-bottom: 10px;
.bar {
height: @bar-height;