From 8d7a02816f6cb23cf3b973c177b12f6f6e9fb09c Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Mon, 29 Oct 2012 22:47:42 +0000 Subject: [PATCH] remove opacity to fix opera bug #941 --- src/templates/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index 40d46fc8a..cdd9346de 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -55,7 +55,6 @@ background: -moz-linear-gradient(#fff,#ccc); background: -ms-linear-gradient(#fff,#ccc); background: -o-linear-gradient(#fff,#ccc); - opacity: .9; box-shadow: 0px 1px 8px rgba(0,0,0,0.3); } #inner {