summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-02-24 02:53:38 +0000
committerViktor Kleen <viktor@kleen.org>2015-02-24 02:53:38 +0000
commitda42c7dd92e74e0860766ff5013a7eee3b72d809 (patch)
treea162f6cc795067684348ef080a4e4e1bf203dc29 /style.css
parent63d743bb102865a9163eb37683a77436d006b690 (diff)
downloaddirty-haskell.org-da42c7dd92e74e0860766ff5013a7eee3b72d809.tar
dirty-haskell.org-da42c7dd92e74e0860766ff5013a7eee3b72d809.tar.gz
dirty-haskell.org-da42c7dd92e74e0860766ff5013a7eee3b72d809.tar.bz2
dirty-haskell.org-da42c7dd92e74e0860766ff5013a7eee3b72d809.tar.xz
dirty-haskell.org-da42c7dd92e74e0860766ff5013a7eee3b72d809.zip
fix some more 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 875935a..fc81f60 100644
--- a/style.css
+++ b/style.css
@@ -23,7 +23,7 @@ div.theorem:before {
23 font-weight: bold; 23 font-weight: bold;
24} 24}
25 25
26div.theorem div.lemma div.proposition div.definition div.corollary { 26div.theorem, div.lemma, div.proposition, div.definition, div.corollary {
27 text-indent: 2em; 27 text-indent: 2em;
28 margin-top: 1em; 28 margin-top: 1em;
29 margin-bottom: 1em; 29 margin-bottom: 1em;