Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486

git-svn-id: https://develop.svn.wordpress.org/trunk@18033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-05-25 15:55:22 +00:00
parent 640eed5f4a
commit b01f5d1b74

View File

@ -133,7 +133,7 @@ body {
}
.page-template-showcase-php section.recent-posts {
float: right;
margin: 0 0 0 31.1%;
margin: 0 0 0 31%;
width: 69%;
}
.page-template-showcase-php #main .widget-area {