Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486
git-svn-id: http://svn.automattic.com/wordpress/trunk@18033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4da684cf9a
commit
dd538986fa
|
@ -133,7 +133,7 @@ body {
|
||||||
}
|
}
|
||||||
.page-template-showcase-php section.recent-posts {
|
.page-template-showcase-php section.recent-posts {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 0 0 31.1%;
|
margin: 0 0 0 31%;
|
||||||
width: 69%;
|
width: 69%;
|
||||||
}
|
}
|
||||||
.page-template-showcase-php #main .widget-area {
|
.page-template-showcase-php #main .widget-area {
|
||||||
|
|
Loading…
Reference in New Issue