mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
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:
parent
750243a0cd
commit
3d8ae9d042
@ -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
Block a user