fix bug: invisible progress bar

This commit is contained in:
Felix Niklas 2014-10-06 15:49:46 +02:00
parent 3bd736d283
commit 282486a364

View file

@ -2885,10 +2885,10 @@ footer {
.article-attachment {
position: absolute;
bottom: 0;
bottom: -4px;
left: 10px;
right: 10px;
height: 38px;
height: 42px;
padding: 10px 0;
color: #b3b3b3;
overflow: hidden;
@ -2954,7 +2954,7 @@ footer {
height: 4px;
background: hsl(202,66%,55%);
left: 0;
bottom: -5px;
bottom: 0;
}
.pop-selector {