fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-02-22 12:03 pm

[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 [personal profile] fu.

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;
     }
--------------------------------------------------------------------------------