From da42c7dd92e74e0860766ff5013a7eee3b72d809 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Tue, 24 Feb 2015 02:53:38 +0000 Subject: fix some more things --- posts/blog-architecture-2.md | 3 +++ style.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@ It's been more than a month since the last post here. Sorry about that. But I have now implemented a nice and fancy new feature for math.kleen.org, namely theorem environments: + This could be your theorem here! + Some theorems come with corollaries. + How these work ties in quite well with describing how LaTeX formulas are converted to SVG for display in your browser. For example: $$ 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 { font-weight: bold; } -div.theorem div.lemma div.proposition div.definition div.corollary { +div.theorem, div.lemma, div.proposition, div.definition, div.corollary { text-indent: 2em; margin-top: 1em; margin-bottom: 1em; -- cgit v1.2.3