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 03:38 am

[dw-free] Add "icon scaling" to customize options

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

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

Fix large gap between the lock/private icon and other data in ColorSide.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/colorside/layout.s2
--------------------------------------------------------------------------------
diff -r ad0b62e5fb31 -r 785b7f07e683 bin/upgrading/s2layers/colorside/layout.s2
--- a/bin/upgrading/s2layers/colorside/layout.s2	Thu Apr 28 11:31:20 2011 +0800
+++ b/bin/upgrading/s2layers/colorside/layout.s2	Thu Apr 28 11:37:35 2011 +0800
@@ -87,7 +87,6 @@ function print_stylesheet() {
         elseif ($*userpics_position == "right") {
             $userpic_css = """
             .has-userpic .entry .entry-title,
-            .has-userpic .entry .access-filter,
             .has-userpic .entry .restrictions,
             .has-userpic .entry .datetime,
             .has-userpic .entry .poster {
--------------------------------------------------------------------------------