Commit:    563c191f91f0604d1549a9c256edde724c036ad6
Author:    Hannes Magnusson <[email protected]>         Mon, 28 Jan 2013 23:46:03 
-0800
Parents:   1efb7d7696252825c51fcd1039bf65cff6a7c792
Branches:  master

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

Log:
Fix image location. Patch by richardq@

Changed paths:
  M  styles/theme.css


Diff:
diff --git a/styles/theme.css b/styles/theme.css
index e5ad3d2..828b410 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -923,14 +923,14 @@ table.standard th.subr {
 
 #layout .cse .gsc-tabHeader.gsc-tabhActive,
 #layout .gsc-tabHeader.gsc-tabhActive {
-    background: white url(../images/sprites.png) no-repeat scroll 100% -25px;
+    background: white url(/images/sprites.png) no-repeat scroll 100% -25px;
     border-bottom: solid 0.25em #669;
     color: black;
 }
 
 #layout .cse .gsc-tabHeader.gsc-tabhInactive,
 #layout .gsc-tabHeader.gsc-tabhInactive {
-    background: white url(../images/sprites.png) no-repeat scroll 100% 5px;
+    background: white url(/images/sprites.png) no-repeat scroll 100% 5px;
     border-bottom: solid 0.25em #99c;
     color: #777;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to