diff options
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 +} |