diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-10 15:11:52 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:52 -0700 |
commit | 4f60eda3ee033ff7c5687efe923e87ef5890f714 (patch) | |
tree | f15b4cd272aea92853bef27aa0f26565d8bf1e4b /theme/stylesheets/website/markdown.less | |
parent | 6c62d75eae4001793dd10702efca7d0b30e3eb39 (diff) | |
download | gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.zip gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.tar.gz gitbook-4f60eda3ee033ff7c5687efe923e87ef5890f714.tar.bz2 |
Add style for alerts
Remove style for exercises
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-x | theme/stylesheets/website/markdown.less | 5 |
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; |