From 713b135cf1a9bb373e7bec2f7b5e5841ff334497 Mon Sep 17 00:00:00 2001 From: Lukasz Anwajler Date: Wed, 21 Jul 2010 04:19:36 -0500 Subject: [PATCH] Fixed #623 (annotation and emphasis css) --- redakcja/static/css/html.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +} -- 2.20.1