From c362979823282fa09eef44b85af42c3bc3600c64 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 28 Feb 2013 18:50:36 +0000 Subject: [PATCH] Twenty Thirteen: avoid padding bug with Masonry, props obenland, fixes #23646. git-svn-id: http://core.svn.wordpress.org/trunk@23526 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 4bb24ded54..90b961d2ce 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2556,11 +2556,11 @@ footer.entry-meta { .site-footer .sidebar-container { background-color: #220e10; + padding: 20px 0; } .site-footer .widget-area { margin: 0 auto; - padding: 20px 0; max-width: 1040px; width: 100%; }