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:
iandstewart 2011-05-25 15:55:22 +00:00
parent 4da684cf9a
commit dd538986fa
1 changed files with 1 additions and 1 deletions

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 {