From: Ant Zucaro Date: Thu, 6 Sep 2012 01:08:31 +0000 (-0400) Subject: Add IE fallback for the main content section (all black). X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aa0a321e21d6746ae00dc981e88083d1b801c538;p=xonotic%2Fxonstat.git Add IE fallback for the main content section (all black). --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index d366413..d87b5bf 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -3395,10 +3395,11 @@ a.thumbnail:hover { top: -25px; } #xonborder { - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); - border-radius: 6px 6px 6px 6px; - margin-bottom: 30px; - padding: 20px; + background: rgb(0, 0, 0); /* IE Fallback */ + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); + border-radius: 6px 6px 6px 6px; + margin-bottom: 30px; + padding: 20px; } #title { color: #0088CC;