Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5d50d

Browse files
committed
Specify the sizes of H? relative to the normal font size as
percentages; using "large", "x-large" makes them too big for some troublemakers. ;-) (Not specifying them at all causes some browsers to make them the same size as normal text. ;-( )
1 parent 56f8185 commit df5d50d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/html/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ BIG.XHUGE { font-size : xx-large }
2929

3030
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
3131
font-weight: bold }
32-
h1, h2 { font-size: x-large }
33-
h3, h4 { font-size: large }
32+
h1 { font-size: 180% }
33+
h2 { font-size: 150% }
34+
h3, h4 { font-size: 120% }
3435
code, tt { font-family: courier }
3536
var { font: italic normal serif }
3637

0 commit comments

Comments
 (0)