Added @font to inputs
authorDylan Lloyd <dylan@psu.edu>
Tue, 14 Jun 2011 08:30:03 +0000 (04:30 -0400)
committerDylan Lloyd <dylan@psu.edu>
Tue, 14 Jun 2011 08:30:03 +0000 (04:30 -0400)
includes/style.css

index a9219d2..982e0a0 100644 (file)
@@ -193,10 +193,12 @@ pre {
 
 #comment input {
        border:1px solid grey;
+    font-family:'InconsolataMedium';
 }
 
 #comment textarea {
        border:1px solid grey;
+    font-family:'InconsolataMedium';
 }
 
 #comment .submit {
@@ -227,6 +229,7 @@ pre {
 }
 
 .recaptcha_help {
+    font-family:'MuseoSlab500';
     font-size:80%;
 }
 
@@ -239,7 +242,8 @@ pre {
     margin-bottom:15px;
 }
 
-#blank_comment { display:none;
+#blank_comment {
+    display:none;
     font-weight:bold;
     font-family:sans-serif;
     color:red;