fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-16 11:28 am

[dw-free] Funky Circles: some updates needed due to recent changes

[commit: http://hg.dwscoalition.org/dw-free/rev/b64553a3f347]

http://bugs.dwscoalition.org/show_bug.cgi?id=3443

Fix CSS for current view in navlinks in some Funky Circles themes.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/funkycircles/themes.s2
--------------------------------------------------------------------------------
diff -r dc8e8acc3ab3 -r b64553a3f347 bin/upgrading/s2layers/funkycircles/themes.s2
--- a/bin/upgrading/s2layers/funkycircles/themes.s2	Wed Feb 16 19:22:11 2011 +0800
+++ b/bin/upgrading/s2layers/funkycircles/themes.s2	Wed Feb 16 19:26:27 2011 +0800
@@ -418,7 +418,7 @@ function Page::print_theme_stylesheet() 
         }
 
     .module a:hover,
-    .module-navlinks li a.current {
+    .module-navlinks li.current a {
         border-bottom: 3px double;
         text-decoration: none;
         }
@@ -1094,7 +1094,7 @@ function Page::print_theme_stylesheet() 
         border-bottom: none;
         }
 
-    .module-navlinks li a.current {
+    .module-navlinks li.current a {
         border-bottom: 1px dotted;
         text-decoration: none;
         }
@@ -1480,7 +1480,7 @@ function Page::print_theme_stylesheet() 
         }
 
     .module a:hover,
-    .module-navlinks li a.current {
+    .module-navlinks li.current a {
         border-bottom: 3px double;
         text-decoration: none;
         }
--------------------------------------------------------------------------------