Removed gradiant

This commit is contained in:
Dale Weiler 2012-11-24 00:55:57 +00:00
parent d1f734e9b5
commit e2f420f540
2 changed files with 8 additions and 33 deletions

View 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>

View 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 {