initializing git repo

This commit is contained in:
Developer 2018-12-17 17:50:23 +01:00
commit 3df8fc53b8
86 changed files with 5649 additions and 0 deletions

View file

@ -0,0 +1,56 @@
div#PartSelector {
float:left;
padding:0px;
font-size:0.8em;
border:1px solid #198533;
background-color:#cded9d;
margin:0px;
margin-right:10px;
font-weight:bold;
}
div#PartSelector a {
font-weight:normal;
}
div#PartSelector ul {
list-style-type:none;
padding:2px;
margin:0px;
}
div#PartSelector ul ul{
margin-left:10px;
}
div#PartFilter {
font-size:0.8em;
}
div#PartList {
float:none;
}
div#PartList img {
border:0px;
}
div#PartList th a {
color:#cded9d;
}
div#PartList th a:hover {
color:#141;
text-decoration:none;
}
div#ShowPartHead {
margin-bottom:10px;
font-size:0.8em;
}
div#ShowPartDownloads {
margin-left:20px;
margin-right:20px;
}