BUGFIX: Don't use rgba() before url(). IE does not understand, and shouldn't be there anyway

d3summaryChart
Frank Ronny Larsen 2013-02-07 19:08:52 +01:00
parent c69c75f601
commit fbda4843fa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
}
.questionset-results {
background: rgba(255, 255, 255, 0.75) url(img/Paper-clean.png);
background: transparent url(img/Paper-clean.png);
padding: 10px;
height: 480px;