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

[dw-free] Style custom /icons pages

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

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

Additional styling for one theme in Modular.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/modular/themes.s2
--------------------------------------------------------------------------------
diff -r f939ec079dfb -r e17206b5ef14 bin/upgrading/s2layers/modular/themes.s2
--- a/bin/upgrading/s2layers/modular/themes.s2	Wed Feb 22 14:05:58 2012 +0800
+++ b/bin/upgrading/s2layers/modular/themes.s2	Wed Feb 22 14:08:22 2012 +0800
@@ -1005,7 +1005,8 @@
         border: none !important;
         }
 
-    .module-wrapper, #entries, #archive-year, #archive-month, #archive-day, .tags-container {
+    .module-wrapper, #entries, #archive-year, #archive-month, #archive-day,
+    .tags-container, .icons-container {
         background-color: $*color_entry_background;
         border-radius: .5em;
         }
--------------------------------------------------------------------------------