aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-20 15:25:10 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-20 15:25:10 +0000
commit1b3bd3ca4057402ff907701780b429f249fe73d6 (patch)
treed361030905b2a5727cafca1019094ad0c9456a88
parentad2d38bd9a44f77fcb664f7f44a5a2321c834339 (diff)
downloadwebsite-1b3bd3ca4057402ff907701780b429f249fe73d6.tar.gz
stuyle: Hide logo in cgit header
-rw-r--r--src/style/cgit.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style/cgit.css b/src/style/cgit.css
index 1d4755a..d3ccd08 100644
--- a/src/style/cgit.css
+++ b/src/style/cgit.css
@@ -33,6 +33,7 @@ table#header {
table#header td.logo {
width: 6em;
vertical-align: top;
+ display: none;
}
table#header td.main {
remember that computers suck.