]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add IE fallback for the main content section (all black).
authorAnt Zucaro <azucaro@gmail.com>
Thu, 6 Sep 2012 01:08:31 +0000 (21:08 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 6 Sep 2012 01:08:31 +0000 (21:08 -0400)
xonstat/static/css/style.css

index d3664134823f5fb846bfd2290563d11c77907322..d87b5bf5b43d0309645839d5bb4b0462706dde4f 100755 (executable)
@@ -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;