Twenty Thirteen: fix text overflow with sidebar in IE8, props obenland. Fixes #23579.
git-svn-id: https://develop.svn.wordpress.org/trunk@23610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5c1c214b26
commit
053ff74b93
@ -138,6 +138,9 @@ img.alignleft {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.ie8 .site-main .widget-area {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Internet Explorer 7 */
|
||||
.ie7 .assistive-text,
|
||||
|
Loading…
Reference in New Issue
Block a user