From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Tue, 6 Mar 2012 23:26:06 +0100 Subject: [PATCH 2/3] css: vertically align the cgit logo image In-Reply-To: <1331072767-4512-1-git-send-email-mailings@hupie.com> References: <1331072767-4512-1-git-send-email-mailings@hupie.com> Message-ID: <1331072767-4512-2-git-send-email-mailings@hupie.com> From: Ferry Huberts Signed-off-by: Ferry Huberts --- cgit.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cgit.css b/cgit.css index 4b79c1c..51b04fe 100644 --- a/cgit.css +++ b/cgit.css @@ -31,6 +31,7 @@ div#cgit table#header { div#cgit table#header td.logo { width: 96px; + vertical-align: top; } div#cgit table#header td.main { -- 1.7.7.6