Commit:    9b0895a7d08e25d1100d025c47fb4e49a23633d8
Author:    Hannes Magnusson <[email protected]>         Mon, 28 Jan 2013 23:46:03 
-0800
Parents:   9a85f9de2b668ad5c3e6b85da74bf846342a52c9
Branches:  master

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

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