summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/ebook.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-06 22:20:02 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-06 22:20:02 +0200
commit4dbdb95ebef1440b14ee83551f65d133959858e7 (patch)
treedfdfbdf64cd085b76b82a2e2cfc23cb342963ee8 /theme/stylesheets/ebook.less
parent2c5ddbcd8fb80190ba98b7444e15b2915016fa4d (diff)
downloadgitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.zip
gitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.tar.gz
gitbook-4dbdb95ebef1440b14ee83551f65d133959858e7.tar.bz2
Show quiz inside ebook
Diffstat (limited to 'theme/stylesheets/ebook.less')
-rwxr-xr-xtheme/stylesheets/ebook.less6
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;
+ }
}