summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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}