h2 is being skipped in most pages, probably because it looks bad
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 18 Nov 2010 02:59:53 +0000 (02:59 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 18 Nov 2010 02:59:53 +0000 (02:59 +0000)
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

css/style.css

index 2df2e55..3bb6641 100644 (file)
@@ -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;