Browse Source

Merge pull request #3 from helloginny/master

css and submit button
David Windham 9 years ago
parent
commit
c10d441394
1 changed files with 3 additions and 7 deletions
  1. 3 7
      style.css

+ 3 - 7
style.css

@@ -45,7 +45,7 @@ a img {border: 0;}
 
 /* #Base 960 Grid ================================================== */
 .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
-/* Hackety Hack - position needs to be abolute for Skrollr to work right */
+/* Hackety Hack - position needs to be absolute for Skrollr to work right */
 .container .column,
 .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
 .row                                        { margin-bottom: 20px; }
@@ -281,8 +281,8 @@ ul.gfield_checkbox li {float:left;}
 	padding: 8px 15px;
 	font-weight: bold;
 	font-size: 18px;
-	background: #1275FF;
-	border: 1px solid #155FB0;
+	background: #CFBACE;
+	border: 1px solid #826882;
 	color: white;
 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#77B7FF), to(#017AFF));
@@ -316,10 +316,6 @@ and (max-device-width : 568px) {
 		text-transform:uppercase;
 		font-size:14px;
 	}
-	h4.beanie {
-		font-family: Reenie Beanie;
-		font-size:21px;
-	}
 	#gform {
 		width:400px;
 		margin: 0 auto;