rm'd background from submit buttons
[dylansserver.git] / includes / style.css
index 5329f68..abf4883 100644 (file)
@@ -25,6 +25,10 @@ margin:0;
 padding:0;
 }
 
+body {
+    background-image: url('../images/gray_jean.png');
+}
+
 h3 {
 margin-top:15px;
 font-family:MuseoSlab500;
@@ -156,8 +160,7 @@ text-align:left;
 }
 
 #comment .submit {
-background:#FFF;
-border:1px solid #FFF;
+border:none;
 color:blue;
 cursor:pointer;
 font-size:120%;