diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-16 13:55:07 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-16 13:55:07 +0200 |
commit | f03153eb0c25ba07760f80c0346570a5c955b49a (patch) | |
tree | 6e958f58de9593e9c6a0ad20b55d7fc4dfd7b1af /theme/stylesheets | |
parent | 3d8b6e550a1ca6ed2c3f3f459c375d6c62432d91 (diff) | |
download | gitbook-f03153eb0c25ba07760f80c0346570a5c955b49a.zip gitbook-f03153eb0c25ba07760f80c0346570a5c955b49a.tar.gz gitbook-f03153eb0c25ba07760f80c0346570a5c955b49a.tar.bz2 |
Remove page break between articles in ebook
Add title for exercise solutions sections
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/ebook.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index 0a9d655..154c3bf 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -7,9 +7,6 @@ display: none; } -article { - page-break-after: always; -} pre, blockquote { border: 1px solid #999; |