fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-16 10:14 am

[dw-free] Comment pages: Pagination looks odd in Firefox in specific circumstances

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

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

Specify width to fix alignment issue in Firefox.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/stc/talkpage.css
--------------------------------------------------------------------------------
diff -r be22fa2ac4e5 -r f439dad93c18 htdocs/stc/talkpage.css
--- a/htdocs/stc/talkpage.css	Wed Nov 16 17:59:49 2011 +0800
+++ b/htdocs/stc/talkpage.css	Wed Nov 16 18:15:53 2011 +0800
@@ -91,3 +91,8 @@
 .action-box img {
     display: block;
 }
+
+/* Specify width to fix alignment issue in FF */
+#Comments .action-box .inner {
+    width: 100%;
+}
--------------------------------------------------------------------------------