From aa0a321e21d6746ae00dc981e88083d1b801c538 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 5 Sep 2012 21:08:31 -0400 Subject: [PATCH] Add IE fallback for the main content section (all black). --- xonstat/static/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; -- 2.39.2