Skip to content

Commit 02b3360

Browse files
committed
change header sizes
1 parent 964173b commit 02b3360

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

normal.css

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,38 @@ BODY { font-family: Helvetica, Arial, sans-serif ;
3232
/* TD.highlight { background: #99CCFF } */
3333
/* TD.highlight { background: #FFFFFF } */
3434

35-
H1,
36-
H2,
37-
H3,
38-
H4,
39-
H5,
35+
H1 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
36+
font-size : 1.5em ;
37+
/*background : #FFFFFF ;*/
38+
color : #0077FF;
39+
text-align : center; }
40+
41+
H2 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
42+
font-size : 1.2em ;
43+
/*background : #FFFFFF ;*/
44+
color : #0077FF;
45+
text-align : center; }
46+
47+
H3 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
48+
font-size : 1em ;
49+
/*background : #FFFFFF ;*/
50+
color : #0077FF;
51+
text-align : center; }
52+
53+
H4 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
54+
font-size : 0.8em ;
55+
/*background : #FFFFFF ;*/
56+
color : #0077FF;
57+
text-align : center; }
58+
59+
H5 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
60+
font-size : 0.6em ;
61+
/*background : #FFFFFF ;*/
62+
color : #0077FF;
63+
text-align : center; }
64+
4065
H6 { font-family: 'Lucida Sans Unicode', Tahoma, Lucida, sans-serif ;
41-
font-size : .98em ;
66+
font-size : 0.5em ;
4267
/*background : #FFFFFF ;*/
4368
color : #0077FF;
4469
text-align : center; }

0 commit comments

Comments
 (0)