Fixed font-family for #portfolio li
[dylansserver.git] / includes / style.css
index 832307e..fd03cb3 100644 (file)
@@ -27,7 +27,6 @@
 
 h3 {
        margin-top:15px;
-       font-family:sans-serif;
     font-family:'MuseoSlab500';
 }
 
@@ -52,9 +51,6 @@ li {
 }
 
 #banner {
-/*     float:left;
-       margin-right:15px;
-*/
     margin-left:15px;
 }
 
@@ -75,7 +71,7 @@ li {
 }
 
 #portfolio li{
-       font-family:sans-serif;
+    font-family:'InconsolataMedium';
 }
 
 #exhibit {
@@ -103,7 +99,6 @@ li {
 
 #contact_me {
        margin-top:100px;
-       font-family:sans-serif;
        text-align:left;
        clear:both;
 }
@@ -139,6 +134,7 @@ li {
 #notes, #note {
        text-align:left;
        margin-top:20px;
+    font-family:'InconsolataMedium';
 }
 
 #notes h1 {
@@ -166,11 +162,12 @@ p {
 pre {
        margin-top:20px;
        margin-bottom:20px;
+    width:100%;
+    overflow:auto;
 }
 
 #navigation {
        text-align:left;
-       font-family:sans-serif;
 }
 
 #comments {
@@ -192,10 +189,12 @@ pre {
 
 #comment input {
        border:1px solid grey;
+    font-family:'InconsolataMedium';
 }
 
 #comment textarea {
        border:1px solid grey;
+    font-family:'InconsolataMedium';
 }
 
 #comment .submit {
@@ -226,21 +225,21 @@ pre {
 }
 
 .recaptcha_help {
+    font-family:'MuseoSlab500';
     font-size:80%;
 }
 
 #not_human {
     display:none;
     font-weight:bold;
-    font-family:sans-serif;
     color:red;
     margin-top:15px;
     margin-bottom:15px;
 }
 
-#blank_comment { display:none;
+#blank_comment {
+    display:none;
     font-weight:bold;
-    font-family:sans-serif;
     color:red;
     margin-top:15px;
     margin-bottom:15px;