From 58e0fdfd7b27092a741d4cdddb9bfcb77da6764f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 25 Aug 2012 23:27:04 +0000 Subject: [PATCH] Twenty Twelve: style email and url input types, and minor stylesheet cleanup. git-svn-id: https://develop.svn.wordpress.org/trunk@21626 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 9e8554189b..1172fca777 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -157,7 +157,6 @@ img { } /* Clearing floats */ - .clear:after { clear: both; } @@ -262,6 +261,8 @@ li.bypostauthor cite span { /* Form fields */ input[type="text"], input[type="password"], +input[type="email"], +input[type="url"], textarea { padding: 6px; padding: 0.428571429rem; @@ -1339,7 +1340,7 @@ img#wpstats { line-height: 1.846153846; } .main-navigation ul.nav-menu, - .main-navigation div.nav-menu > ul { + .main-navigation div.nav-menu > ul { border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; display: inline-block !important;