Twenty Twelve: remove overflow rule from wrapper element to allow image styles to spill out into margins. Fixes #21926. See also #21381.

git-svn-id: http://core.svn.wordpress.org/trunk@21918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-19 17:38:30 +00:00
parent df77fc273d
commit 776c17d4ec
1 changed files with 5 additions and 5 deletions

View File

@ -157,11 +157,14 @@ img {
}
/* Clearing floats */
.clear:after {
.clear:after,
.wrapper:after {
clear: both;
}
.clear:before,
.clear:after {
.clear:after,
.wrapper:before,
.wrapper:after {
display: table;
content: "";
}
@ -462,9 +465,6 @@ a:hover {
}
/* Page structure */
.wrapper {
overflow: hidden;
}
.site {
padding: 0 24px;
padding: 0 1.714285714rem;