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

git-svn-id: http://core.svn.wordpress.org/trunk@21243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2012-07-09 05:13:50 +00:00
parent d644bc50b0
commit 364763adfe
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%;
}