[dw-free] "Icon" link in "Icon to use" in quick reply not aligned with the rest
[commit: http://hg.dwscoalition.org/dw-free/rev/ce21ceb5c1fd]
http://bugs.dwscoalition.org/show_bug.cgi?id=4131
Make this match the alignment of the rest of the things in here.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4131
Make this match the alignment of the rest of the things in here.
Patch by
Files modified:
- htdocs/stc/talkpage.css
--------------------------------------------------------------------------------
diff -r bf5f265c0ab8 -r ce21ceb5c1fd htdocs/stc/talkpage.css
--- a/htdocs/stc/talkpage.css Thu Dec 22 18:18:34 2011 +0800
+++ b/htdocs/stc/talkpage.css Thu Dec 22 20:06:05 2011 +0800
@@ -18,7 +18,9 @@
padding: 2px;
vertical-align: top;
}
-
+#qrform td a {
+ vertical-align: top;
+}
.userpic {
margin-bottom: 0px;
--------------------------------------------------------------------------------
