mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
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:
parent
52320dc5b3
commit
71fea496e8
@ -157,11 +157,14 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Clearing floats */
|
/* Clearing floats */
|
||||||
.clear:after {
|
.clear:after,
|
||||||
|
.wrapper:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.clear:before,
|
.clear:before,
|
||||||
.clear:after {
|
.clear:after,
|
||||||
|
.wrapper:before,
|
||||||
|
.wrapper:after {
|
||||||
display: table;
|
display: table;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
@ -462,9 +465,6 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Page structure */
|
/* Page structure */
|
||||||
.wrapper {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.site {
|
.site {
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
padding: 0 1.714285714rem;
|
padding: 0 1.714285714rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user