summaryrefslogtreecommitdiff
path: root/provider/css
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-02 19:14:43 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-02 19:14:43 +0100
commit6af9f6bb534f121d9acce6f49cf7acd18973ccde (patch)
treec710eec22b2644c81b76a5f9dd921b99bf9c690c /provider/css
parentd03f2fb42f560728e84e4301d9d7b41827587ef2 (diff)
downloaddirty-haskell.org-6af9f6bb534f121d9acce6f49cf7acd18973ccde.tar
dirty-haskell.org-6af9f6bb534f121d9acce6f49cf7acd18973ccde.tar.gz
dirty-haskell.org-6af9f6bb534f121d9acce6f49cf7acd18973ccde.tar.bz2
dirty-haskell.org-6af9f6bb534f121d9acce6f49cf7acd18973ccde.tar.xz
dirty-haskell.org-6af9f6bb534f121d9acce6f49cf7acd18973ccde.zip
Extended tex & math support
Diffstat (limited to 'provider/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;