summaryrefslogtreecommitdiff
path: root/provider/css/math.css
diff options
context:
space:
mode:
Diffstat (limited to 'provider/css/math.css')
-rw-r--r--provider/css/math.css5
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
21div.exercise > p:first-child:before {
22 content: "Exercise. ";
23 font-weight: bold;
24}
25
21div.theorem > p:first-child:before { 26div.theorem > p:first-child:before {
22 content: "Theorem. "; 27 content: "Theorem. ";
23 font-weight: bold; 28 font-weight: bold;