From 266b772e9c098ebfe440c11ca00e8a4d86bb0fe4 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 19 Jan 2011 19:56:54 +0000 Subject: [PATCH] Clear floats before page links in Twenty Ten. props chipbennett, fixes #16178. git-svn-id: http://svn.automattic.com/wordpress/trunk@17331 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index b41e97250f..ee5d61d47a 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -640,6 +640,7 @@ div.menu li { width: 33%; } .page-link { + clear: both; color: #000; font-weight: bold; margin: 0 0 22px 0;