Twenty Fifteen: layout correction for IE8 and IE7 after r30388 introduced a defect with the header there.

Props iamtakashi, fixes #30630.



git-svn-id: https://develop.svn.wordpress.org/trunk@30789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-12-08 17:45:14 +00:00
parent 99224928bf
commit e5f09f28de
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,10 @@ img.aligncenter {
margin: 0.5em 7.6897% 7.6897%;
}
.sidebar {
position: static !important;
}
.widget-area {
clear: both;
margin: 9.0909% 9.0909% 0;