summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@praseodym.org>2015-03-12 13:44:23 +0000
committerGregor Kleen <gkleen@praseodym.org>2015-03-12 13:44:23 +0000
commit715864b2879045556c9ddb57a5be0ac6fe106bc9 (patch)
tree2440c2ed87da0e3684a6a33f0b65bf759b849ef6
parent076c260b340ab2aef596a9566f2d7fe26897e8ee (diff)
downloaddirty-haskell.org-715864b2879045556c9ddb57a5be0ac6fe106bc9.tar
dirty-haskell.org-715864b2879045556c9ddb57a5be0ac6fe106bc9.tar.gz
dirty-haskell.org-715864b2879045556c9ddb57a5be0ac6fe106bc9.tar.bz2
dirty-haskell.org-715864b2879045556c9ddb57a5be0ac6fe106bc9.tar.xz
dirty-haskell.org-715864b2879045556c9ddb57a5be0ac6fe106bc9.zip
Removed style info for theorem-type environments — no pandoc support
-rw-r--r--style.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/style.css b/style.css
index fc81f60..21610b0 100644
--- a/style.css
+++ b/style.css
@@ -18,37 +18,6 @@ body {
18 display: inline; 18 display: inline;
19} 19}
20 20
21div.theorem:before {
22 content: "Theorem.";
23 font-weight: bold;
24}
25
26div.theorem, div.lemma, div.proposition, div.definition, div.corollary {
27 text-indent: 2em;
28 margin-top: 1em;
29 margin-bottom: 1em;
30}
31
32div.lemma:before {
33 content: "Lemma.";
34 font-weight: bold;
35}
36
37div.proposition:before {
38 content: "Proposition.";
39 font-weight: bold;
40}
41
42div.definition:before {
43 content: "Definition.";
44 font-weight: bold;
45}
46
47div.corollary:before {
48 content: "Corollary.";
49 font-weight: bold;
50}
51
52a { 21a {
53 color: inherit; 22 color: inherit;
54} 23}