bjori Mon Jun 25 16:29:47 2007 UTC
Modified files:
/livedocs/themes/php.net/styles mirror.css
Log:
Use relative paths (fix by Gwynne)
http://cvs.php.net/viewvc.cgi/livedocs/themes/php.net/styles/mirror.css?r1=1.2&r2=1.3&diff_format=u
Index: livedocs/themes/php.net/styles/mirror.css
diff -u livedocs/themes/php.net/styles/mirror.css:1.2
livedocs/themes/php.net/styles/mirror.css:1.3
--- livedocs/themes/php.net/styles/mirror.css:1.2 Wed Jun 20 01:39:34 2007
+++ livedocs/themes/php.net/styles/mirror.css Mon Jun 25 16:29:47 2007
@@ -8,24 +8,24 @@
width: 170px;
}
div#manualtoc a {
- background-image: url(/themes/php.net/images/box-0.gif);
+ background-image: url(../images/box-0.gif);
}
div#manualtoc a.up {
- background-image: url(/themes/php.net/images/caret-u.gif);
+ background-image: url(../images/caret-u.gif);
}
div#manualtoc a.home {
- background-image: url(/themes/php.net/images/caret-t.gif);
+ background-image: url(../images/caret-t.gif);
}
div#manualtoc a.active {
- background-image: url(/themes/php.net/images/box-1.gif);
+ background-image: url(../images/box-1.gif);
}
div#manualtoc a.afterchild {
margin-top: 5px;
}
div#manualtoc a.downdown {
- background-image: url(/themes/php.net/images/box-1.gif);
+ background-image: url(../images/box-1.gif);
margin-left: 7px;
width: 163px;
}
@@ -34,24 +34,24 @@
/* TOC elements on manual pages ------------------------------------------- */
ul#manualtoc li {
- background-image: url(/themes/php.net/images/box-0.gif);
+ background-image: url(../images/box-0.gif);
}
ul#manualtoc li.up {
- background-image: url(/themes/php.net/images/caret-u.gif);
+ background-image: url(../images/caret-u.gif);
}
ul#manualtoc li.home {
- background-image: url(/themes/php.net/images/caret-t.gif);
+ background-image: url(../images/caret-t.gif);
}
ul#manualtoc li.active {
- background-image: url(/themes/php.net/images/box-1.gif);
+ background-image: url(../images/box-1.gif);
}
ul#manualtoc li.afterchild {
margin-top: 5px;
}
ul#manualtoc li.downdown {
- background-image: url(/themes/php.net/images/box-1.gif);
+ background-image: url(../images/box-1.gif);
background-position: 7px 5px;
padding-left: 17px;
}
@@ -59,5 +59,5 @@
/* Left sidebar background ------------------------------------------------ */
#layout_2, #layout_3, #leftbar {
- background-image: url(/themes/php.net/images/leftbar.png);
+ background-image: url(../images/leftbar.png);
}