From 45f27e1125b0d039ad96ea612fb61f5957cda0ae Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Wed, 15 Jun 2011 20:31:56 -0400 Subject: [PATCH] Fixed font-family for #portfolio li --- includes/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/includes/style.css b/includes/style.css index 7f2e6cd..fd03cb3 100644 --- a/includes/style.css +++ b/includes/style.css @@ -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; } @@ -173,7 +168,6 @@ pre { #navigation { text-align:left; - font-family:sans-serif; } #comments { @@ -238,7 +232,6 @@ pre { #not_human { display:none; font-weight:bold; - font-family:sans-serif; color:red; margin-top:15px; margin-bottom:15px; @@ -247,7 +240,6 @@ pre { #blank_comment { display:none; font-weight:bold; - font-family:sans-serif; color:red; margin-top:15px; margin-bottom:15px; -- 2.30.2