Skip to content
Snippets Groups Projects
Commit f5341063 authored by Anika Henke's avatar Anika Henke
Browse files

try to improve general list styling

parent b05c7adf
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ li li {
font-size: 100%;
}
ul { list-style: disc outside; }
ul { list-style: square outside; }
ol { list-style: decimal outside; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: upper-roman; }
......
......@@ -41,17 +41,13 @@
/*____________ lists ____________*/
.dokuwiki #dokuwiki__content li {
font-weight: bold;
.dokuwiki #dokuwiki__content ul li {
color: __text_alt__;
}
.dokuwiki #dokuwiki__content ul li {
list-style-type: square;
.dokuwiki #dokuwiki__content ol li {
color: __text_neu__;
}
.dokuwiki #dokuwiki__content li .li {
font-weight: normal;
color: __text__;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment