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