git: add local branding to gitweb

This commit is contained in:
Timo Makinen 2019-05-17 13:13:19 +03:00
parent 04e821116b
commit 75b6a52eb3
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,24 @@
body {
margin: 0px;
}
img.logo {
height: 50px;
width: 172px;
float: left;
margin-right: 50px;
}
div.page_header {
background: #000;
height: 50px;
padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
color: #fff;
}
div.page_header a:visited {
color: #fff;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB