git: Refactor hierarcy and names
git/client is now git and in software submodule git/server is now git-server
This commit is contained in:
parent
e13b87324c
commit
90142649d7
13 changed files with 6 additions and 44 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue