summaryrefslogtreecommitdiff
path: root/provider/css
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-02 22:53:32 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-02 22:53:32 +0100
commite283971b74db4dd0c89b1d393fc2de6d6ec85a3a (patch)
tree941465f07af38a020d34e90474169bd08eb59899 /provider/css
parent7b4df716eb30be99d31258156d6f388fff82b237 (diff)
downloaddirty-haskell.org-e283971b74db4dd0c89b1d393fc2de6d6ec85a3a.tar
dirty-haskell.org-e283971b74db4dd0c89b1d393fc2de6d6ec85a3a.tar.gz
dirty-haskell.org-e283971b74db4dd0c89b1d393fc2de6d6ec85a3a.tar.bz2
dirty-haskell.org-e283971b74db4dd0c89b1d393fc2de6d6ec85a3a.tar.xz
dirty-haskell.org-e283971b74db4dd0c89b1d393fc2de6d6ec85a3a.zip
minor math tweaks
Diffstat (limited to 'provider/css')
-rw-r--r--provider/css/math.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/css/math.css b/provider/css/math.css
index b2a3644..4c3c0f4 100644
--- a/provider/css/math.css
+++ b/provider/css/math.css
@@ -48,6 +48,6 @@ div.proof > p:first-child:before {
48 font-style: italic; 48 font-style: italic;
49} 49}
50 50
51div.proof > p:last-child:after { 51div.proof > :last-child:after {
52 content: " ∎"; 52 content: " ∎";
53} \ No newline at end of file 53} \ No newline at end of file