summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-25 14:29:04 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-25 14:29:04 +0200
commitb8a3d0e254f4e4a52fa21fa729b44a708373514c (patch)
tree8aa1f5a6d66d1a2463502493511194bc0912730d /theme/stylesheets
parent001d7ec44e396e6fa5f735c6f3cf1cfc2f709195 (diff)
parent8f4b799d3cb2ed0377e0191e9711fe91e9a1ce89 (diff)
downloadgitbook-b8a3d0e254f4e4a52fa21fa729b44a708373514c.zip
gitbook-b8a3d0e254f4e4a52fa21fa729b44a708373514c.tar.gz
gitbook-b8a3d0e254f4e4a52fa21fa729b44a708373514c.tar.bz2
Merge pull request #144 from attomos/master
Make quiz easier to click by surround it with label.
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/book/quiz.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/theme/stylesheets/book/quiz.less b/theme/stylesheets/book/quiz.less
index d35e148..9f6c724 100644
--- a/theme/stylesheets/book/quiz.less
+++ b/theme/stylesheets/book/quiz.less
@@ -29,8 +29,12 @@
.question-inner {
padding: 15px;
+ .quiz-label {
+ font-weight: normal;
+ cursor: pointer;
+ }
}
-
+
table {
margin-bottom: 10px;
width: 100%;
@@ -46,4 +50,4 @@
}
}
}
-} \ No newline at end of file
+}