diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 19:10:15 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 19:10:15 -0700 |
commit | 840113a48f09b6088ed0d4a10fd2adfb24bc4527 (patch) | |
tree | 515dcea3bcaebddfaf72061c37e9543caa74576d /assets/stylesheets | |
parent | ddffd02b2e79ff3ae61d05bdb40912092bdb883c (diff) | |
download | gitbook-840113a48f09b6088ed0d4a10fd2adfb24bc4527.zip gitbook-840113a48f09b6088ed0d4a10fd2adfb24bc4527.tar.gz gitbook-840113a48f09b6088ed0d4a10fd2adfb24bc4527.tar.bz2 |
Improve design of page content (sections and exercises)
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/book/body.less | 2 | ||||
-rw-r--r-- | assets/stylesheets/book/exercise.less | 3 | ||||
-rw-r--r-- | assets/stylesheets/book/markdown.less | 7 |
3 files changed, 6 insertions, 6 deletions
diff --git a/assets/stylesheets/book/body.less b/assets/stylesheets/book/body.less index 33529b0..bce8e9a 100644 --- a/assets/stylesheets/book/body.less +++ b/assets/stylesheets/book/body.less @@ -25,6 +25,8 @@ padding: 5px 15px; background: #fff; border-radius: 2px; + font-size: 15px; + line-height: 1.7; } .btn-group { diff --git a/assets/stylesheets/book/exercise.less b/assets/stylesheets/book/exercise.less index ad7b086..a1cbb43 100644 --- a/assets/stylesheets/book/exercise.less +++ b/assets/stylesheets/book/exercise.less @@ -2,7 +2,7 @@ section.exercise { padding: 0px; margin: 20px 0px; - border: 2px solid #2f8cde; + border: 3px solid #2f8cde; .header { padding: 5px 15px; @@ -21,6 +21,7 @@ .editor { min-height: 50px; + font-size: 14px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } diff --git a/assets/stylesheets/book/markdown.less b/assets/stylesheets/book/markdown.less index b80ce89..2cd39e9 100644 --- a/assets/stylesheets/book/markdown.less +++ b/assets/stylesheets/book/markdown.less @@ -1,9 +1,6 @@ .book .book-body .page-wrapper .page-inner section.normal { - font-size: 15px; - line-height: 1.7; - padding: 30px; - padding-top: 10px; - padding-bottom: 10px; + padding: 25px; + padding-top: 15px; background-color: white; |