In Twenty Ten, give header img a bottom border so it looks right when there's no menu.

git-svn-id: https://develop.svn.wordpress.org/trunk@14236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-04-25 21:23:08 +00:00
parent 02bda72572
commit 21386d43d3
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ a:hover {
clear: both;
border-top: 4px solid #000;
display: block;
border-bottom: 1px solid #000;
}