diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/_toc.css | 1 | ||||
-rwxr-xr-x | css/content.css | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/css/_toc.css b/css/_toc.css index 8aaa060e8..0ea6d0c74 100755 --- a/css/_toc.css +++ b/css/_toc.css @@ -76,7 +76,6 @@ margin: 0; } .dokuwiki #toc__inside ul li { - list-style: disc; padding: 0; margin: 0; } diff --git a/css/content.css b/css/content.css index 03c9221cf..555819749 100755 --- a/css/content.css +++ b/css/content.css @@ -39,6 +39,13 @@ } +/*____________ lists ____________ + +.dokuwiki ul li { + list-style-image: url(images/bullet.png); +} +*/ + /*____________ tables ____________*/ .dokuwiki table.inline { |