Change libref headings to relative font size

master
Charles Chamberlain 2018-05-07 10:47:20 -05:00
parent bb7c1c2c26
commit 00d1fdd4a7
1 changed files with 4 additions and 2 deletions

View File

@ -24,10 +24,12 @@ a:active {color : Black; text-decoration : underline; }
.type { color : #5C6585 }
.string { color : Maroon }
.warning { color : Red ; font-weight : bold }
.info { margin-left : 3em; margin-right : 3em } .code { color : #465F91 ; } h1 { font-size : 24pt ; text-align: center; }
.info { margin-left : 3em; margin-right : 3em }
.code { color : #465F91 ; }
h1 { font-size : 2rem ; text-align: center; }
h2, h3, h4, h5, h6, div.h7, div.h8, div.h9 {
font-size: 22pt;
font-size: 1.75rem;
border: 1px solid #000;
margin-top: 20px;
margin-bottom: 2px;