We need to clear floats so images don't run into the next post.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-07-12 17:53:23 +00:00
parent 22781f8edc
commit b9b2d4d557

View File

@ -290,7 +290,7 @@ body {
} }
.postmetadata { .postmetadata {
clear: left; clear: both;
} }
.clear { .clear {