mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
22781f8edc
commit
b9b2d4d557
@ -290,7 +290,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.postmetadata {
|
.postmetadata {
|
||||||
clear: left;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
|
Loading…
Reference in New Issue
Block a user