X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2884e819e72ed4c645fbdf1a3b6e2b437cd90187..2e8e16efd4920499d1c890d16ed5a722e986c506:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index edf7988b..e2d70e37 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -676,28 +676,13 @@ div[x-node] > .uwaga { color: black; } -/* XXX */ -body { - counter-reset: listanum; -} - -.htmlview span.lista[data-wlf-typ="num"] -{ - counter-reset: listanum; - list-style-type: none; - list-style-position: inside; -} -.htmlview span.lista[data-wlf-typ="num"] .punkt:before { - counter-increment:listanum; - content: counter(listanum) ". "; -} -.htmlview span.lista[data-wlf-typ="punk"] +.htmlview .lista[data-wlf-typ="alfa"] { - list-style-type: disc; + list-style-type: lower-alpha; } -.htmlview span.lista[data-wlf-typ="slowniczek"] +.htmlview .lista[data-wlf-typ="slowniczek"] { list-style-type: none; }