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

[dw-free] Make sure floated content in entries on the latest page is cleared

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

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

Makes the div with comment links in it clear both sides in latest page
entries, to avoid visual breakage on floated image elements.

Patch by [personal profile] foxfirefey.

Files modified:
  • htdocs/stc/latest.css
--------------------------------------------------------------------------------
diff -r bd62ae32429f -r d5b3adc3cf8d htdocs/stc/latest.css
--- a/htdocs/stc/latest.css	Mon Apr 11 02:25:05 2011 +0800
+++ b/htdocs/stc/latest.css	Mon Apr 11 11:16:43 2011 +0800
@@ -39,6 +39,7 @@
 
 .latest-entry .comments {
     margin-top: 1em;
+    clear: both;
 }
 
 #tagfeeds {
--------------------------------------------------------------------------------