diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-02 19:14:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-02 19:14:43 +0100 |
commit | 6af9f6bb534f121d9acce6f49cf7acd18973ccde (patch) | |
tree | c710eec22b2644c81b76a5f9dd921b99bf9c690c /provider/css | |
parent | d03f2fb42f560728e84e4301d9d7b41827587ef2 (diff) | |
download | dirty-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.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; |