diff options
-rw-r--r-- | style.css | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -18,37 +18,6 @@ body { | |||
18 | display: inline; | 18 | display: inline; |
19 | } | 19 | } |
20 | 20 | ||
21 | div.theorem:before { | ||
22 | content: "Theorem."; | ||
23 | font-weight: bold; | ||
24 | } | ||
25 | |||
26 | div.theorem, div.lemma, div.proposition, div.definition, div.corollary { | ||
27 | text-indent: 2em; | ||
28 | margin-top: 1em; | ||
29 | margin-bottom: 1em; | ||
30 | } | ||
31 | |||
32 | div.lemma:before { | ||
33 | content: "Lemma."; | ||
34 | font-weight: bold; | ||
35 | } | ||
36 | |||
37 | div.proposition:before { | ||
38 | content: "Proposition."; | ||
39 | font-weight: bold; | ||
40 | } | ||
41 | |||
42 | div.definition:before { | ||
43 | content: "Definition."; | ||
44 | font-weight: bold; | ||
45 | } | ||
46 | |||
47 | div.corollary:before { | ||
48 | content: "Corollary."; | ||
49 | font-weight: bold; | ||
50 | } | ||
51 | |||
52 | a { | 21 | a { |
53 | color: inherit; | 22 | color: inherit; |
54 | } | 23 | } |