]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Removed gradiant
authorDale Weiler <killfieldengine@gmail.com>
Sat, 24 Nov 2012 00:55:57 +0000 (00:55 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 24 Nov 2012 00:55:57 +0000 (00:55 +0000)
index.html
stylesheets/styles.css

index 9b3c7ef7cda48fc25fa5b172bda9d236ed2a9fa3..a583452920517e815abaa4571b1b08392a24ef74 100644 (file)
@@ -28,6 +28,7 @@
                     <li class="buttons"><a href="https://github.com/graphitemaster/gmqcc">View On GitHub</a></li>
                 </ul>
             </header>
+            
             <section>
                 <h3>Welcome</h3>
                 <p>For an enduring period of time the options for a decent compiler for the
@@ -62,6 +63,7 @@ $ make
                 <h3>Support or Contact</h3>
 
                 <p>Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact <a href="mailto:cube2killfild@gmail.com">Us</a> 
+                
             </section>
             <footer>
                 <script type="text/javascript" src="http://www.ohloh.net/p/602517/widgets/project_partner_badge.js"></script>
index 101db21d557df94673fc65020e40836eb5bcaa59..1725f20e0450152a70c593b72941df96413f7b98 100644 (file)
@@ -22,42 +22,15 @@ time, mark, audio, video {
   vertical-align: baseline;
 }
 
-
 /* Base text styles */
 
 body {
-  padding:10px 50px 0 0;
-  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
-       font-size: 14px;
-       /*color: #232323;*/
-       /*background-color: #FBFAF7;*/
-       margin: 0;
-       line-height: 1.8em;
-       -webkit-font-smoothing: antialiased;    
-    
-       
-
-/* IE10 Consumer Preview */ 
-background-image: -ms-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Mozilla Firefox */ 
-background-image: -moz-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Opera */ 
-background-image: -o-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Webkit (Safari/Chrome 10) */ 
-background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 1012, color-stop(0, #0D0D0D), color-stop(1, #FBFAF7));
-
-/* Webkit (Chrome 11+) */ 
-background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* 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%);
-
+    padding:10px 50px 0 0;
+    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-size: 14px;
+    margin: 0;
+    line-height: 1.8em;
+    -webkit-font-smoothing: antialiased;
 }
 
 textarea {