From fdf05d41c7bc233a2136e1edd89a25cc89456e4e Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 4 Mar 2010 07:56:21 +1100 Subject: [PATCH] Unify grey used in CSS --- output/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/output/css/style.css b/output/css/style.css index e6bc593..eec3029 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -44,7 +44,7 @@ body.home h1 { } h2 { font-size: 24px; -/* border-bottom: 1px solid gray;*/ +/* border-bottom: 1px solid #999;*/ } h3 { font-size: 21px; @@ -134,8 +134,8 @@ body.articles #content { } #footer { - color: gray; - border-top: 1px solid gray; + color: #999; + border-top: 1px solid #999; margin: 1em; clear: both; } @@ -289,7 +289,7 @@ ul.inline li:first-child { /* Extra parts on post page */ .respond { -/* border-top: 1px solid gray;*/ +/* border-top: 1px solid #999;*/ } .respond h2 { padding-left: 42px;