mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +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 */
|
||||
.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;
|
||||
|
Loading…
Reference in New Issue
Block a user