diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-10 17:14:31 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:53 -0700 |
commit | 8171241666d68976970543b9a5ca4920c133c07e (patch) | |
tree | 631089ba113ff0c16bad08d162f5e14fe969054f /theme/stylesheets | |
parent | 1125e89b498b827c2ce49b5ada68dd8994ad23f0 (diff) | |
download | gitbook-8171241666d68976970543b9a5ca4920c133c07e.zip gitbook-8171241666d68976970543b9a5ca4920c133c07e.tar.gz gitbook-8171241666d68976970543b9a5ca4920c133c07e.tar.bz2 |
Remove quizzes handling from core
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/website.less | 1 | ||||
-rw-r--r-- | theme/stylesheets/website/quiz.less | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/theme/stylesheets/website.less b/theme/stylesheets/website.less index 03443a9..f8d1e99 100755 --- a/theme/stylesheets/website.less +++ b/theme/stylesheets/website.less @@ -14,7 +14,6 @@ @import "website/font-settings.less"; @import "website/body.less"; @import "website/buttons.less"; -@import "website/quiz.less"; @import "website/markdown.less"; @import "website/navigation.less"; diff --git a/theme/stylesheets/website/quiz.less b/theme/stylesheets/website/quiz.less deleted file mode 100644 index 0abdaf6..0000000 --- a/theme/stylesheets/website/quiz.less +++ /dev/null @@ -1,53 +0,0 @@ -.book .book-body .page-wrapper .page-inner { - section.quiz { - padding: 0px; - margin: 20px 15px; - border: 3px solid #2f8cde; - - .header { - padding: 5px 15px; - - color: #fff; - background: #2f8cde; - - h2 { - margin: 0px; - font-size: 20px; - } - } - - .message { - margin: 15px; - } - - .question { - .question-header { - padding: 5px 15px; - color: #fff; - background: #2f8cde; - } - - .question-inner { - padding: 15px; - .quiz-label { - font-weight: normal; - cursor: pointer; - } - } - - table { - margin-bottom: 10px; - width: 100%; - } - th, td { - padding-right: 5px; - } - li { - list-style-type: none; - input { - margin-right: 10px; - } - } - } - } -} |