ansible/roles/git-server/files/gitweb-local.css
Timo Makinen 90142649d7 git: Refactor hierarcy and names
git/client is now git and in software submodule
git/server is now git-server
2021-08-31 19:21:52 +00:00

24 lines
291 B
CSS

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;
}