BUGFIX: Don't use rgba() before url(). IE does not understand, and shouldn't be there anyway
parent
c69c75f601
commit
fbda4843fa
|
@ -102,7 +102,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results {
|
.questionset-results {
|
||||||
background: rgba(255, 255, 255, 0.75) url(img/Paper-clean.png);
|
background: transparent url(img/Paper-clean.png);
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 480px;
|
height: 480px;
|
||||||
|
|
Loading…
Reference in New Issue