git: add local branding to gitweb
This commit is contained in:
parent
04e821116b
commit
75b6a52eb3
2 changed files with 24 additions and 0 deletions
24
roles/git/server/files/gitweb-local.css
Normal file
24
roles/git/server/files/gitweb-local.css
Normal 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;
|
||||||
|
}
|
BIN
roles/git/server/files/logo.png
Normal file
BIN
roles/git/server/files/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue