summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-15 15:38:19 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-15 15:38:19 +0000
commitadd16d6f67940faed96faa9438ab739221d097f6 (patch)
tree420d1af0b9d49eb3a679c5fc360d4ae09bbcc887
parentb6a12f16c2a9e80be9875746e9bc6bbb3ce41f97 (diff)
downloadrpg-add16d6f67940faed96faa9438ab739221d097f6.tar.gz
rpg-add16d6f67940faed96faa9438ab739221d097f6.tar.bz2
added new icons for bullets and TOC
-rwxr-xr-xcss/_toc.css1
-rwxr-xr-xcss/content.css7
-rwxr-xr-ximages/bullet.pngbin137 -> 302 bytes
-rwxr-xr-ximages/closed.pngbin165 -> 269 bytes
-rwxr-xr-ximages/open.pngbin159 -> 265 bytes
-rw-r--r--images/toc-arrows.pngbin366 -> 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
index da87696c7..4d4b2b541 100755
--- a/images/bullet.png
+++ b/images/bullet.png
Binary files differ
diff --git a/images/closed.png b/images/closed.png
index 3691ebc17..4730fe829 100755
--- a/images/closed.png
+++ b/images/closed.png
Binary files differ
diff --git a/images/open.png b/images/open.png
index eafb64ed3..188d809ce 100755
--- a/images/open.png
+++ b/images/open.png
Binary files differ
diff --git a/images/toc-arrows.png b/images/toc-arrows.png
index d55253186..9f441eb26 100644
--- a/images/toc-arrows.png
+++ b/images/toc-arrows.png
Binary files differ