From fbda4843fac61d987d3c1f2e2ad94121c2e3f7bf Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Thu, 7 Feb 2013 19:08:52 +0100 Subject: [PATCH] BUGFIX: Don't use rgba() before url(). IE does not understand, and shouldn't be there anyway --- css/questionset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/questionset.css b/css/questionset.css index 291354a..e85fba4 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -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;