the repository which powers this website
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 <[email protected]>
Ferry Huberts 2012-03-19
parent add1ccb · commit fac65a7
-rw-r--r--cgit.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 37872e50..bfb45cc4 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 {