From 6a263640ed5dd711065b886a0499538feccc746e Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Fri, 15 Apr 2011 19:36:24 -0600 Subject: [PATCH] css/look.css: Made all h2 and h3 header underlines same width/color --- css/look.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/look.css b/css/look.css index b6372ba..67f504b 100644 --- a/css/look.css +++ b/css/look.css @@ -116,17 +116,10 @@ a { a:hover { text-decoration: underline; } -h2 { +h2, h3 { font-weight: bold; margin: 1em 0 1em 0; border-bottom: 2px solid #ccd; - text-shadow: 3px 3px 3px #bbc; -} -h3 { - font-weight: bold; - margin: 1em 0 1em 0; - border-bottom: 1px solid #ddc; - text-shadow: 2px 2px 3px #bbc; } h2 a, h3 a, h2 a:hover, h3 a:hover{ text-decoration: none;