Merge pull request #103 from viperthepala/patch-4

Update style.css
This commit is contained in:
Stefan A. Brannfjell 2014-05-16 14:21:32 +02:00
commit cfafeef476

View File

@ -610,4 +610,21 @@ hr {
#changelogTable {
width: 735px;
}
}
#progress {
width: 400px;
position: relative;
padding: 3px;
}
#percent {
position: absolute;
margin-left:175px;
}
#bar {
height: 20px;
background-color: green;
border: 1px solid black;
}