From bfa26cba691df7fa634a68b7b47ad046669ba73e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 1 Jun 2010 15:32:15 +0000 Subject: [PATCH] Clear content. Props ocean90 iandstewart. fixes #13642 git-svn-id: https://develop.svn.wordpress.org/trunk@15089 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 88034d7502..2740367928 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -658,6 +658,10 @@ div.menu li { .page-link a:hover { color: #FF4B33; } +.page .edit-link { + clear: both; + display: block; +} #entry-author-info { background: #F2F7FC; border-top: 4px solid #000; @@ -900,7 +904,9 @@ div.menu li { /* =Comments -------------------------------------------------------------- */ - +#comments { + clear: both; +} #comments .navigation { padding: 0 0 18px 0; }