Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@15950 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-24 21:40:17 +00:00
parent 0799c3f519
commit a3f3e3f21c
1 changed files with 1 additions and 2 deletions

View File

@ -352,7 +352,7 @@ a:hover {
clear: right;
float: right;
font-style: italic;
margin: 14px 0 18px 0;
margin: 15px 0 18px 0;
width: 220px;
}
@ -360,7 +360,6 @@ a:hover {
#branding img {
border-top: 4px solid #000;
border-bottom: 1px solid #000;
clear: both;
display: block;
float: left;
}