From e6e33f91fae6eceb13ccf1e5c6cdad848d14a82d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 29 Jan 2016 18:45:32 +0100 Subject: corrected math css --- provider/css/math.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'provider') diff --git a/provider/css/math.css b/provider/css/math.css index 4dc0dd7..e045853 100644 --- a/provider/css/math.css +++ b/provider/css/math.css @@ -10,11 +10,14 @@ span.display-math { } div.theorem, div.lemma, div.definition, div.corollary, div.proof { - margin-left: 2em; margin-top: 1em; margin-bottom: 1em; } +div div { + margin-left: 2em; +} + div.theorem > p:first-child:before { content: "Theorem. "; font-weight: bold; @@ -42,8 +45,4 @@ div.proof > p:first-child:before { div.proof > p:last-child:after { content: " ∎"; -} - -div.theorem + div.proof { - margin-top: -1em; } \ No newline at end of file -- cgit v1.2.3