From 568a52c53be9e26e6292cad4efe6d6ff1e127b7a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 23 May 2013 22:35:41 +0000 Subject: [PATCH] Twenty Thirteen: properly center the navbar, props DrewAPicture. Fixes #24406. git-svn-id: http://core.svn.wordpress.org/trunk@24340 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 538a8c7e4a..0843d87afa 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -926,6 +926,7 @@ ul.nav-menu li:hover > ul, /* Navbar */ .navbar { background-color: #f7f5e7; + margin: 0 auto; max-width: 1600px; width: 100%; }