aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f2b6105..a0ecf69 100644
--- a/cgit.css
+++ b/cgit.css
@@ -247,7 +247,12 @@ div#cgit table.list td a:hover {
}
div#cgit img {
- width:100%;
+ width: 100%;
+ border: none;
+}
+
+div#cgit img#logo {
+ width: auto;
border: none;
}