X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0c16061e3b790f05db393963620832629ddd225a..dd84c95ada6ae106a819b278d542adf0ccc72f21:/redakcja/static/css/html.css?ds=sidebyside diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index edf7988b..8c381063 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; } @@ -725,7 +710,6 @@ body { .htmlview .aktywnosc { display: block; - border: 1px dotted #996600; } .htmlview .definiendum { @@ -740,3 +724,7 @@ body { .htmlview .link { color: #990066; } + +.htmlview .kol div { + position: relative; +}