aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-07-07 15:34:59 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-07-07 15:34:59 +0300
commitf35c9ac9af2448f12ed4062598650053768f7a6e (patch)
treec7963f14f6e67d7601ab8e5cd7ee1a3c839e3903 /cgit.css
parent81b5fdedf5da305954ea271a6d14ca996756553b (diff)
downloadcgit-f35c9ac9af2448f12ed4062598650053768f7a6e.tar.gz
cgit-f35c9ac9af2448f12ed4062598650053768f7a6e.zip
fix logo size and add html id to it
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;
}