summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-02-24 02:36:34 +0000
committerViktor Kleen <viktor@kleen.org>2015-02-24 02:36:34 +0000
commit63d743bb102865a9163eb37683a77436d006b690 (patch)
treeb981af5776c674aa8f1f61cad9861fd11bdce601 /style.css
parent45957d83ad71d966739717a7eed20bff920e571b (diff)
downloaddirty-haskell.org-63d743bb102865a9163eb37683a77436d006b690.tar
dirty-haskell.org-63d743bb102865a9163eb37683a77436d006b690.tar.gz
dirty-haskell.org-63d743bb102865a9163eb37683a77436d006b690.tar.bz2
dirty-haskell.org-63d743bb102865a9163eb37683a77436d006b690.tar.xz
dirty-haskell.org-63d743bb102865a9163eb37683a77436d006b690.zip
fix up a few things
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index f614f8e..875935a 100644
--- a/style.css
+++ b/style.css
@@ -45,7 +45,7 @@ div.definition:before {
45} 45}
46 46
47div.corollary:before { 47div.corollary:before {
48 content: "Definition."; 48 content: "Corollary.";
49 font-weight: bold; 49 font-weight: bold;
50} 50}
51 51