diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-15 15:38:19 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-15 15:38:19 +0000 |
commit | add16d6f67940faed96faa9438ab739221d097f6 (patch) | |
tree | 420d1af0b9d49eb3a679c5fc360d4ae09bbcc887 | |
parent | b6a12f16c2a9e80be9875746e9bc6bbb3ce41f97 (diff) | |
download | rpg-add16d6f67940faed96faa9438ab739221d097f6.tar.gz rpg-add16d6f67940faed96faa9438ab739221d097f6.tar.bz2 |
added new icons for bullets and TOC
-rwxr-xr-x | css/_toc.css | 1 | ||||
-rwxr-xr-x | css/content.css | 7 | ||||
-rwxr-xr-x | images/bullet.png | bin | 137 -> 302 bytes | |||
-rwxr-xr-x | images/closed.png | bin | 165 -> 269 bytes | |||
-rwxr-xr-x | images/open.png | bin | 159 -> 265 bytes | |||
-rw-r--r-- | images/toc-arrows.png | bin | 366 -> 322 bytes |
6 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 { diff --git a/images/bullet.png b/images/bullet.png Binary files differindex da87696c7..4d4b2b541 100755 --- a/images/bullet.png +++ b/images/bullet.png diff --git a/images/closed.png b/images/closed.png Binary files differindex 3691ebc17..4730fe829 100755 --- a/images/closed.png +++ b/images/closed.png diff --git a/images/open.png b/images/open.png Binary files differindex eafb64ed3..188d809ce 100755 --- a/images/open.png +++ b/images/open.png diff --git a/images/toc-arrows.png b/images/toc-arrows.png Binary files differindex d55253186..9f441eb26 100644 --- a/images/toc-arrows.png +++ b/images/toc-arrows.png |