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:
Timo Makinen 2021-08-31 19:21:52 +00:00
parent e13b87324c
commit 90142649d7
13 changed files with 6 additions and 44 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;
}