From 21386d43d3bd1f1a97ed9f2a2ecd69a4b795c943 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sun, 25 Apr 2010 21:23:08 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 222b75aa19..2ba6e7c4b0 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -354,6 +354,7 @@ a:hover { clear: both; border-top: 4px solid #000; display: block; + border-bottom: 1px solid #000; }