From ce7c75f5b5444ca9599ada6dd608f38c566753fe 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: https://develop.svn.wordpress.org/trunk@21665 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;