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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-10-24 21:40:17 +00:00
parent 750243a0cd
commit 3d8ae9d042
1 changed files with 1 additions and 2 deletions

View File

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