[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
ninetydegrees.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------