From: dbs Date: Thu, 18 Nov 2010 02:59:53 +0000 (+0000) Subject: h2 is being skipped in most pages, probably because it looks bad X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=570c25642e267fe797e204d5dba281a3575f520f;p=Evergreen_Website.git h2 is being skipped in most pages, probably because it looks bad Make it identical to h3 for now so that most pages can have proper structure. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1073 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/css/style.css b/css/style.css index 2df2e55..3bb6641 100644 --- a/css/style.css +++ b/css/style.css @@ -53,16 +53,8 @@ font-weight: normal; letter-spacing: -1px; text-decoration: none; } -h2 { -font-family: Tahoma, Verdana, Arial; -font-size: 160%; -margin: 0; -padding: 0; -color: #666; -font-weight: normal; -} -h3 { +h2, h3 { font-size: 100%; margin: 10px 0 7px 0; padding: 4px;