widening the progress bar
This commit is contained in:
@@ -133,7 +133,7 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
#desccontainer a {
|
#desccontainer a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -225,11 +225,11 @@ img {
|
|||||||
}
|
}
|
||||||
#progressbar {
|
#progressbar {
|
||||||
text-align:left;
|
text-align:left;
|
||||||
color:black;
|
color:#ddd;
|
||||||
background-color:black;
|
background-color:#ddd;
|
||||||
border-width:0;
|
border-width:0;
|
||||||
height:1px;
|
height:13px;
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -16px;
|
||||||
margin-top: 2px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user