fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-06-10 10:18 am

[dw-nonfree] archive and tags pages unusable in Tehotenion (Transmogrified)

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/226685012381]

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

Set to the same color as the entry text.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/transmogrified/themes.s2
--------------------------------------------------------------------------------
diff -r d34aad9d71cf -r 226685012381 bin/upgrading/s2layers/transmogrified/themes.s2
--- a/bin/upgrading/s2layers/transmogrified/themes.s2	Mon Jun 07 03:03:54 2010 +0000
+++ b/bin/upgrading/s2layers/transmogrified/themes.s2	Thu Jun 10 18:23:57 2010 +0800
@@ -1977,6 +1977,10 @@ function Page::print_theme_stylesheet() 
   
 /* Archive Pages */
 
+    .month {
+        color: $*color_entry_text;
+    }
+
     .month .inner dl {
         border-radius: 8px;
         -moz-border-radius: 8px;
@@ -2010,6 +2014,7 @@ function Page::print_theme_stylesheet() 
 
     .tags-container {
         border-radius: 8px;
+        color: $*color_entry_text;
         -moz-border-radius: 8px;
         -webkit-border-radius: 8px;
         }
--------------------------------------------------------------------------------