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
This commit is contained in:
Lance Willett 2013-02-28 18:50:36 +00:00
parent 4ec250d5f5
commit c362979823

View File

@ -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%;
}