diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/stylesheets/ebook.less | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index 46fe4bd..5f47ece 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -13,44 +13,6 @@ .book-chapter { display: none; } - - .exercise, .quiz { - margin: 1cm 0cm; - border: 2px solid #ddd; - - .exercise-header { - padding: 0.1cm 0.3cm; - background: #f5f5f5; - border-bottom: 1px solid #ddd; - font-weight: bold; - page-break-inside: avoid; - } - - .exercise-inner { - padding: 0.15cm 0.3cm; - - p:last-child { - margin: 0px; - } - } - - hr { - height: 2px; - } - - .question { - margin-top: 0.1cm; - border-top: 1px solid #ddd; - - .question-base { - - } - - .question-solution { - - } - } - } } |