From add16d6f67940faed96faa9438ab739221d097f6 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2012 15:38:19 +0000 Subject: added new icons for bullets and TOC --- css/_toc.css | 1 - css/content.css | 7 +++++++ images/bullet.png | Bin 137 -> 302 bytes images/closed.png | Bin 165 -> 269 bytes images/open.png | Bin 159 -> 265 bytes images/toc-arrows.png | Bin 366 -> 322 bytes 6 files changed, 7 insertions(+), 1 deletion(-) 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 { diff --git a/images/bullet.png b/images/bullet.png index da87696c7..4d4b2b541 100755 Binary files a/images/bullet.png and b/images/bullet.png differ diff --git a/images/closed.png b/images/closed.png index 3691ebc17..4730fe829 100755 Binary files a/images/closed.png and b/images/closed.png differ diff --git a/images/open.png b/images/open.png index eafb64ed3..188d809ce 100755 Binary files a/images/open.png and b/images/open.png differ diff --git a/images/toc-arrows.png b/images/toc-arrows.png index d55253186..9f441eb26 100644 Binary files a/images/toc-arrows.png and b/images/toc-arrows.png differ -- cgit v1.2.3