[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4033
Specify width to fix alignment issue in Firefox.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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%; +} --------------------------------------------------------------------------------