From 1040a082c13473414300b59a194d0fdefa5abb64 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 14 Mar 2013 09:28:48 +0100 Subject: [PATCH] Remove CSS workarounds as suggested by @fredj. --- css/ol.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/ol.css b/css/ol.css index d6a24690d6..09e6c23dbf 100644 --- a/css/ol.css +++ b/css/ol.css @@ -114,9 +114,7 @@ display: block; padding: 0; margin: 2px; - background: #130085; /* @alternate */ background: rgba(0,60,136,0.5); - filter: alpha(opacity=80); border-radius: 2px; outline: none; overflow: hidden;