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
This commit is contained in:
Lance Willett 2013-02-28 18:50:36 +00:00
parent 0ca0d843f8
commit f29956a164
1 changed files with 1 additions and 1 deletions

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