diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-25 14:29:04 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-25 14:29:04 +0200 |
commit | b8a3d0e254f4e4a52fa21fa729b44a708373514c (patch) | |
tree | 8aa1f5a6d66d1a2463502493511194bc0912730d /theme/stylesheets | |
parent | 001d7ec44e396e6fa5f735c6f3cf1cfc2f709195 (diff) | |
parent | 8f4b799d3cb2ed0377e0191e9711fe91e9a1ce89 (diff) | |
download | gitbook-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.less | 8 |
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 +} |