all repos — cgit @ fac65a7ed2d10f83d0df27e66e1c67e11663c220

a hyperfast web frontend for git written in c

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 <ferry.huberts@pelagic.nl>
Ferry Huberts ferry.huberts@pelagic.nl
Sun, 18 Mar 2012 11:44:04 +0100
commit

fac65a7ed2d10f83d0df27e66e1c67e11663c220

parent

add1ccb1d805e9472483e49c3ce55a2e30bf5aae

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M cgit.csscgit.css

@@ -31,6 +31,7 @@ }

div#cgit table#header td.logo { width: 96px; + vertical-align: top; } div#cgit table#header td.main {