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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-04-25 21:23:08 +00:00
parent 6cd2a49a40
commit d74a32fb0d
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;
}