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-19 09:52 am

[dw-free] "User's Current Theme" box scales poorly

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

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

Tweak positioning.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/widgets/currenttheme.css
--------------------------------------------------------------------------------
diff -r 64626eb6ccee -r 5cc8c72df9c4 htdocs/stc/widgets/currenttheme.css
--- a/htdocs/stc/widgets/currenttheme.css	Tue Apr 19 17:47:18 2011 +0800
+++ b/htdocs/stc/widgets/currenttheme.css	Tue Apr 19 17:52:11 2011 +0800
@@ -21,7 +21,7 @@
 }
 .theme-current-links {
     font-size: 11px;
-    margin-left: 130px;
+    float: left;
 }
 .theme-current ul {
     margin-top: 3px;
--------------------------------------------------------------------------------