From 07671eaa889f2598bcaab791416d45182881439f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 30 Aug 2012 16:24:29 +0000 Subject: [PATCH] Twenty Twelve: remove unneeded float rule from nav list items, there is nothing to override here. Also allows authors to assign CSS classes and float menu items with something like `alignright`. git-svn-id: http://core.svn.wordpress.org/trunk@21665 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index e7870b8ca5..a7ceb6ae50 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -523,7 +523,6 @@ a:hover { font-size: 12px; font-size: 0.857142857rem; line-height: 1.42857143; - float: none; } .main-navigation a { color: #5e5e5e;