summaryrefslogtreecommitdiff
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
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
-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;