[dw-free] Cleanup tables on site-styled /icons
[commit: http://hg.dwscoalition.org/dw-free/rev/a3cbd9634981]
http://bugs.dwscoalition.org/show_bug.cgi?id=4312
Make the pagination clear, otherwise it floats up if the page has an odd
number of icons.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4312
Make the pagination clear, otherwise it floats up if the page has an odd
number of icons.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/allpics.css
-------------------------------------------------------------------------------- diff -r c1af4e57f149 -r a3cbd9634981 htdocs/stc/allpics.css --- a/htdocs/stc/allpics.css Wed Feb 22 18:17:04 2012 +0800 +++ b/htdocs/stc/allpics.css Wed Feb 22 20:03:20 2012 +0800 @@ -54,6 +54,6 @@ margin: 0; } -.icon-row { +.icon-row, .action-box { clear:both; } --------------------------------------------------------------------------------