expo handbook expenses docum

This commit is contained in:
2022-12-21 22:01:42 +00:00
parent 8593f034b2
commit 73be898196
2 changed files with 86 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ tt, code { /*code bits*/
display: block;
}
/*HEADINGS*/
h1, h2, h3, h4 {
h1, h2, h3, h4, h5 {
font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}
h1 {
@@ -99,10 +99,15 @@ h1 {
line-height: 100%;
margin: 35px 0 55px;
}
h2, h3, h4 {
h2, h3, h4, h5 {
color: #005151;
}
h2#tophead {
margin-bottom: 0;
margin-top: 2em;
}
h4, h5 {
margin-top: em;
}
h2#tophead {
text-align: center;
margin: 10px 0 -22px;
}