diff options
Diffstat (limited to 'provider/css')
-rw-r--r-- | provider/css/math.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/provider/css/math.css b/provider/css/math.css index e045853..b2a3644 100644 --- a/provider/css/math.css +++ b/provider/css/math.css | |||
@@ -18,6 +18,11 @@ div div { | |||
18 | margin-left: 2em; | 18 | margin-left: 2em; |
19 | } | 19 | } |
20 | 20 | ||
21 | div.exercise > p:first-child:before { | ||
22 | content: "Exercise. "; | ||
23 | font-weight: bold; | ||
24 | } | ||
25 | |||
21 | div.theorem > p:first-child:before { | 26 | div.theorem > p:first-child:before { |
22 | content: "Theorem. "; | 27 | content: "Theorem. "; |
23 | font-weight: bold; | 28 | font-weight: bold; |