From: Ferry Huberts Date: Sun, 18 Mar 2012 10:44:04 +0000 (+0100) Subject: css: vertically align the cgit logo image X-Git-Tag: v0.9.1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fac65a7ed2d10f83d0df27e66e1c67e11663c220;p=cgit css: vertically align the cgit logo image When embedding cgit in other pages, the logo alignment needs to be specified to avoid any css rules from the embedding page to make the page look bad. Signed-off-by: Ferry Huberts --- diff --git a/cgit.css b/cgit.css index 37872e5..bfb45cc 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 {