[geeklog-hg] geeklog: Fixed the wrong path to an image file
    geeklog-cvs at lists.geeklog.net 
    geeklog-cvs at lists.geeklog.net
       
    Tue Mar  5 08:23:30 EST 2013
    
    
  
changeset 8979:530e3cb0e014
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/530e3cb0e014
user: Kenji ITO <mystralkk at gmail.com>
date: Tue Mar 05 22:18:53 2013 +0900
description:
Fixed the wrong path to an image file
diffstat:
 public_html/layout/modern_curve/css/navbar/navbar.css |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 8ee3c5aa110e -r 530e3cb0e014 public_html/layout/modern_curve/css/navbar/navbar.css
--- a/public_html/layout/modern_curve/css/navbar/navbar.css	Tue Mar 05 22:18:09 2013 +0900
+++ b/public_html/layout/modern_curve/css/navbar/navbar.css	Tue Mar 05 22:18:53 2013 +0900
@@ -78,7 +78,7 @@
     border-top-right-radius: 5px;
 
     border: 1px solid #c5dbec;
-    background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
+    background: #dfeffc url(jquery_ui/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #2e6e9e;
 
@@ -98,7 +98,7 @@
 
 #navcontainer ul li a#current {
     border: 1px solid #79b7e7;
-    background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
+    background: #f5f8f9 url(jquery_ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
     font-weight: bold;
     padding-bottom: 1px;
     margin-bottom: 0;
@@ -111,7 +111,7 @@
 
 #navcontainer ul li a:hover {
     border: 1px solid #79b7e7;
-    background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
+    background: #d0e5f5 url(jquery_ui/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #1d5987;
 }
    
    
More information about the geeklog-cvs
mailing list