diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-06 22:20:02 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-06 22:20:02 +0200 |
commit | 4dbdb95ebef1440b14ee83551f65d133959858e7 (patch) | |
tree | dfdfbdf64cd085b76b82a2e2cfc23cb342963ee8 /theme/stylesheets | |
parent | 2c5ddbcd8fb80190ba98b7444e15b2915016fa4d (diff) | |
download | gitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.zip gitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.tar.gz gitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.tar.bz2 |
Show quiz inside ebook
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/ebook.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index 520461c..0a9d655 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -24,7 +24,7 @@ img { margin: 0px auto; } -.exercise { +.exercise, .quiz { margin: 1cm 0cm; padding: 0.4cm; page-break-inside: avoid; @@ -36,4 +36,8 @@ img { padding-bottom: 0.2cm; border-bottom: 1px solid #ddd; } + + .question { + margin-top: 0.4cm; + } } |