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

[dw-free] Basic Boxes entry footer needs to clear

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

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

Clear floating entry content (or icons when the entry content is short
enough that the icon overlaps the footer)

Patch by [personal profile] foxfirefey.

Files modified:
  • bin/upgrading/s2layers/basicboxes/layout.s2
--------------------------------------------------------------------------------
diff -r 69f3d5ce5d9d -r 252651fab8ff bin/upgrading/s2layers/basicboxes/layout.s2
--- a/bin/upgrading/s2layers/basicboxes/layout.s2	Tue May 03 18:02:18 2011 +0800
+++ b/bin/upgrading/s2layers/basicboxes/layout.s2	Tue May 03 18:07:05 2011 +0800
@@ -261,7 +261,7 @@ margin: .5em 0; }
 .metadata-label { font-weight: bold; }
 .metadata ul li { margin-left: 0; padding-left: 0; }
 
-.entry .footer { margin: .5em 0; }
+.entry .footer { margin: .5em 0; clear: both; }
 .entry .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */
 
 .entry .tag { margin-left: .25em; }
--------------------------------------------------------------------------------