com web/shared: fixed broken URLs of wiki images: styles/wiki.css

[email protected] (Christoph Michael Becker)
Newsgroups php.webmaster
Message-ID <[email protected]>
Commit:    f82c77e55d626d10c25565f33d1e6a14484540c0
Author:    Christoph M. Becker <[email protected]>         Sat, 21 Mar 2015 02:14:41 +0100
Parents:   bd4c4eb677f94e39860df65de20d228883b819e5
Branches:  master

Link:       http://git.php.net/?p=web/shared.git;a=commitdiff;h=f82c77e55d626d10c25565f33d1e6a14484540c0

Log:
fixed broken URLs of wiki images

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index f58edde..354b12c 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -183,16 +183,16 @@ body {
     padding-right: 0;
 }
 .dokuwiki ul.idx li {
-    list-style-image: url(../../images/bullet.png);
+    list-style-image: url(../../lib/images/bullet.png);
 }
 .dokuwiki ul.idx li.open {
-    list-style-image: url(../../images/open.png);
+    list-style-image: url(../../lib/images/open.png);
 }
 .dokuwiki ul.idx li.closed {
-    list-style-image: url(../../images/closed.png);
+    list-style-image: url(../../lib/images/closed.png);
 }
 [dir=rtl] .dokuwiki ul.idx li.closed {
-    list-style-image: url(../../images/closed-rtl.png);
+    list-style-image: url(../../lib/images/closed-rtl.png);
 }
 /**
  * This file provides the styles for the page tools
@@ -644,22 +644,22 @@ body {
 }
 
 .dokuwiki ul.admin_tasks li.admin_acl {
-    background-image: url(../../images/admin/acl.png);
+    background-image: url(../../lib/images/admin/acl.png);
 }
 .dokuwiki ul.admin_tasks li.admin_usermanager {
-    background-image: url(../../images/admin/usermanager.png);
+    background-image: url(../../lib/images/admin/usermanager.png);
 }
 .dokuwiki ul.admin_tasks li.admin_plugin {
-    background-image: url(../../images/admin/plugin.png);
+    background-image: url(../../lib/images/admin/plugin.png);
 }
 .dokuwiki ul.admin_tasks li.admin_config {
-    background-image: url(../../images/admin/config.png);
+    background-image: url(../../lib/images/admin/config.png);
 }
 .dokuwiki ul.admin_tasks li.admin_revert {
-    background-image: url(../../images/admin/revert.png);
+    background-image: url(../../lib/images/admin/revert.png);
 }
 .dokuwiki ul.admin_tasks li.admin_popularity {
-    background-image: url(../../images/admin/popularity.png);
+    background-image: url(../../lib/images/admin/popularity.png);
 }
 
 /* DokuWiki version below */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.