[open-ils-commits] r1073 - evergreen-ils.org/css (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 17 21:59:55 EST 2010
Author: dbs
Date: 2010-11-17 21:59:53 -0500 (Wed, 17 Nov 2010)
New Revision: 1073
Modified:
evergreen-ils.org/css/style.css
Log:
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.
Modified: evergreen-ils.org/css/style.css
===================================================================
--- evergreen-ils.org/css/style.css 2010-11-18 02:49:22 UTC (rev 1072)
+++ evergreen-ils.org/css/style.css 2010-11-18 02:59:53 UTC (rev 1073)
@@ -53,16 +53,8 @@
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;
More information about the open-ils-commits
mailing list