diff options
Diffstat (limited to 'theme/stylesheets')
-rw-r--r-- | theme/stylesheets/book/quiz.less | 13 | ||||
-rw-r--r-- | theme/stylesheets/main.less | 5 |
2 files changed, 16 insertions, 2 deletions
diff --git a/theme/stylesheets/book/quiz.less b/theme/stylesheets/book/quiz.less new file mode 100644 index 0000000..d961e93 --- /dev/null +++ b/theme/stylesheets/book/quiz.less @@ -0,0 +1,13 @@ +.book .book-body .page-wrapper .page-inner { + section.quiz { + .quiz, .quiz-answers { + table { + margin-bottom: 10px; + width: 100%; + } + th, td { + padding-right: 5px; + } + } + } +} diff --git a/theme/stylesheets/main.less b/theme/stylesheets/main.less index 5c4fe23..aac16bb 100644 --- a/theme/stylesheets/main.less +++ b/theme/stylesheets/main.less @@ -15,12 +15,13 @@ @import "book/markdown.less"; @import "book/progress.less"; @import "book/navigation.less"; +@import "book/quiz.less"; * { -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; - -webkit-touch-callout: none; + -webkit-touch-callout: none; -webkit-font-smoothing: antialiased; } @@ -33,7 +34,7 @@ html, body { } body { - + font-smoothing: antialiased; font-family: 'appNormal'; } |