--- ossp_css.wml 2002/02/15 11:56:20 1.5
+++ ossp_css.wml 2002/09/24 12:53:45 1.6
@@ -33,7 +33,12 @@
}
/* we use teletype font for code */
-H1,H2,H3,H4,H5,H6 {
+H1 {
+ font-family: tahoma,helvetica,lucida,arial,sans-serif;
+ margin-bottom: 4px;
+ color: #666699;
+}
+H2,H3,H4,H5,H6 {
font-family: tahoma,helvetica,lucida,arial,sans-serif;
margin-bottom: 4px;
color: #993333;
|