diff options
author | James Phillpotts <jphillpotts@scottlogic.co.uk> | 2014-04-08 09:51:11 +0100 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-12 01:25:07 -0700 |
commit | f6595f51119baca04bf91e619f64518d400e5cae (patch) | |
tree | 765ad8ab0f40d3bb68c03e8df1d5246664556e9c /theme/stylesheets/main.less | |
parent | ab27725b9935b185a58b725e75aedeb579e87d8f (diff) | |
download | gitbook-f6595f51119baca04bf91e619f64518d400e5cae.zip gitbook-f6595f51119baca04bf91e619f64518d400e5cae.tar.gz gitbook-f6595f51119baca04bf91e619f64518d400e5cae.tar.bz2 |
Tabular quiz
Diffstat (limited to 'theme/stylesheets/main.less')
-rw-r--r-- | theme/stylesheets/main.less | 5 |
1 files changed, 3 insertions, 2 deletions
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'; } |