From 235f7d5c8d1c686c98758fcf4d70184626d13df9 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 24 Sep 2012 23:46:04 +0000 Subject: [PATCH] Twenty Twelve: make submenu a bit wider to support longer words in menu item link text. Matches Twenty Ten and Eleven. See #21964. git-svn-id: http://core.svn.wordpress.org/trunk@21991 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 32d75d607..c26ff103b 100644 --- a/style.css +++ b/style.css @@ -1446,8 +1446,8 @@ img#wpstats { line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; - width: 120px; - width: 8.571428571rem; + width: 180px; + width: 12.85714286rem; } .main-navigation li ul li a:hover { background: #e3e3e3;