summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/blog-architecture-2.md3
-rw-r--r--style.css2
2 files changed, 4 insertions, 1 deletions
diff --git a/posts/blog-architecture-2.md b/posts/blog-architecture-2.md
index 7571db1..1e6ff43 100644
--- a/posts/blog-architecture-2.md
+++ b/posts/blog-architecture-2.md
@@ -3,12 +3,15 @@
3It's been more than a month since the last post here. Sorry about that. But I 3It's been more than a month since the last post here. Sorry about that. But I
4have now implemented a nice and fancy new feature for math.kleen.org, namely 4have now implemented a nice and fancy new feature for math.kleen.org, namely
5theorem environments: 5theorem environments:
6
6<thm> 7<thm>
7This could be your theorem here! 8This could be your theorem here!
8</thm> 9</thm>
10
9<cor> 11<cor>
10Some theorems come with corollaries. 12Some theorems come with corollaries.
11</cor> 13</cor>
14
12How these work ties in quite well with describing how LaTeX formulas are 15How these work ties in quite well with describing how LaTeX formulas are
13converted to SVG for display in your browser. For example: 16converted to SVG for display in your browser. For example:
14$$ 17$$
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;