Add F/OSS fail meter

This commit is contained in:
2015-08-18 10:16:50 +02:00
parent 4472c8007d
commit a064a91278
3 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
body {
padding-top: 80px;
}
.fail:hover {
background-color: #eee;
}
.progress {
margin-bottom: 0;
background-color: #cacaca;
}