X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d4daf881a68dde7d5b042644ca4bdef399990b28..42a46397a91a4bd24211bb98516a99c567247bf8:/redakcja/static/css/html.css?ds=inline diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 8884f08a..3072d9b4 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -370,6 +370,10 @@ div[x-node] > .uwaga { * Przypisy */ /* Znaczniki w tekście */ +.annotation { + font-style: normal; +} + .htmlview .annotation:before { content: "[" counter(main) "]"; counter-increment: main; @@ -578,4 +582,4 @@ div[x-node] > .uwaga { margin: -0.25em; padding: 0.25em; border: 1px solid orange; -} \ No newline at end of file +}