diff options
author | James Phillpotts <jphillpotts@scottlogic.co.uk> | 2014-04-10 10:29:17 +0100 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-12 01:26:03 -0700 |
commit | b07681a16a291a38fdbdfa3065a747ab26f9a6c9 (patch) | |
tree | ffb07c822518e689e619dc1ac8780f10877f7b7f /theme/stylesheets | |
parent | f6595f51119baca04bf91e619f64518d400e5cae (diff) | |
download | gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.zip gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.tar.gz gitbook-b07681a16a291a38fdbdfa3065a747ab26f9a6c9.tar.bz2 |
Quiz with GFM checkbox lists
Diffstat (limited to 'theme/stylesheets')
-rw-r--r-- | theme/stylesheets/book/quiz.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/stylesheets/book/quiz.less b/theme/stylesheets/book/quiz.less index d961e93..9cb3007 100644 --- a/theme/stylesheets/book/quiz.less +++ b/theme/stylesheets/book/quiz.less @@ -8,6 +8,12 @@ th, td { padding-right: 5px; } + li { + list-style-type: none; + input { + margin-right: 10px; + } + } } } } |