diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-01 17:27:03 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-01 17:27:03 +0200 |
commit | ae137885b8f90d15d927346a1fa7ccb371ec6fbd (patch) | |
tree | 692c4b30384feb9ce8adf37658625b3524c77b61 /theme/stylesheets | |
parent | b964cc70095115fbd334a4a5f0741bff16697906 (diff) | |
download | gitbook-ae137885b8f90d15d927346a1fa7ccb371ec6fbd.zip gitbook-ae137885b8f90d15d927346a1fa7ccb371ec6fbd.tar.gz gitbook-ae137885b8f90d15d927346a1fa7ccb371ec6fbd.tar.bz2 |
Fix book content padding on mobile
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/book/markdown.less | 2 | ||||
-rwxr-xr-x | theme/stylesheets/book/progress.less | 2 |
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; |