X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7e954ab5ac6399b7f348b972613748bb9c484670..2e8e16efd4920499d1c890d16ed5a722e986c506:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index e8fab4d3..e2d70e37 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -676,27 +676,13 @@ div[x-node] > .uwaga { color: black; } -/* XXX */ -body { - counter-reset: listanum; -} - -.htmlview span.lista[data-wlf-typ="num"] -{ - 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; } @@ -736,3 +722,6 @@ body { padding-left: 50px; } +.htmlview .link { + color: #990066; +}