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