Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057

git-svn-id: https://develop.svn.wordpress.org/trunk@21243 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2012-07-09 05:13:50 +00:00
parent ea8be18c39
commit 4c7b196b6d
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ a:hover {
}
#branding img {
height: auto;
margin-bottom: -7px;
display: block;
width: 100%;
}