[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
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3142
Tweak positioning.
Patch by
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;
--------------------------------------------------------------------------------
