[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
foxfirefey.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 { --------------------------------------------------------------------------------