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

[dw-free] Double check Colorside archive entry title links

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

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

Use page link color for entry title when required.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/colorside/themes.s2
--------------------------------------------------------------------------------
diff -r dbf00194709a -r 1f18535123e7 bin/upgrading/s2layers/colorside/themes.s2
--- a/bin/upgrading/s2layers/colorside/themes.s2	Thu Apr 28 11:42:30 2011 +0800
+++ b/bin/upgrading/s2layers/colorside/themes.s2	Thu Apr 28 12:24:03 2011 +0800
@@ -52,6 +52,10 @@ function Page::print_theme_stylesheet ()
 
     .entry-title a {
         color: $*color_entry_title;
+        }
+
+    .page-month .entry-title a {
+        color: $*color_page_link;
         }
 
     .module-header a {
@@ -140,6 +144,10 @@ function Page::print_theme_stylesheet ()
 
     .entry-title a {
         color: $*color_entry_title;
+        }
+
+    .page-month .entry-title a {
+        color: $*color_page_link;
         }
 
     .module-header a {
@@ -525,6 +533,10 @@ function Page::print_theme_stylesheet ()
         color: $*color_entry_title;
         }
 
+    .page-month .entry-title a {
+        color: $*color_page_link;
+        }
+
     .module-header a {
         color: $*color_module_title;
         }
--------------------------------------------------------------------------------