Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for the 3.0 branch.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8c02aa9dd
commit
606c4f5a96
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue