From: Dale Weiler <killfieldengine@gmail.com>
Date: Mon, 12 Nov 2012 23:46:18 +0000 (+0000)
Subject: Strip the ohes
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5874a3aba85434e44f6705e83052a6783458901c;p=xonotic%2Fgmqcc.git

Strip the ohes
---

diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 1895760..c703e23 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -55,6 +55,9 @@ background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner,
 /* W3C Markup, IE10 Release Preview */ 
 background-image: radial-gradient(ellipse farthest-corner at right bottom, #0D0D0D 0%, #FBFAF7 100%);
 
+/* Others */
+background-image: radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
+
 }
 
 textarea {