From: Lukasz Anwajler Date: Wed, 21 Jul 2010 09:19:36 +0000 (-0500) Subject: Fixed #623 (annotation and emphasis css) X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/713b135cf1a9bb373e7bec2f7b5e5841ff334497 Fixed #623 (annotation and emphasis css) --- diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index ea292f4d..b1bf4d94 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -365,6 +365,10 @@ div[x-node] > .uwaga { * Przypisy */ /* Znaczniki w tekście */ +.annotation { + font-style: normal; +} + .htmlview .annotation:before { content: "[" counter(main) "]"; counter-increment: main; @@ -573,4 +577,4 @@ div[x-node] > .uwaga { margin: -0.25em; padding: 0.25em; border: 1px solid orange; -} \ No newline at end of file +}