From 93fa346360de95fc41039ee21b7a1a48526bddf0 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 10 Feb 2012 19:19:48 +0000 Subject: [PATCH] _s: a generic catch-all that should automatically prevent most future themes from having things float up into posts git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8915 d957f892-c61d-0410-b221-f235e6eecf30 --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index fdf205bd..c89164e8 100644 --- a/style.css +++ b/style.css @@ -404,6 +404,9 @@ a:active { .hentry { margin: 0 0 1.5em; } +.entry-meta { + clear: both; +} .byline { display: none; }