Font size tweaks.

This commit is contained in:
Andrew McMillan 2009-03-16 22:02:54 +13:00
parent 94ddec22b7
commit f383971936

View File

@ -84,19 +84,23 @@ hr {
h1 {
color: #600000;
font-family: helvetica, arial, sans-serif;
font-size: 130%;
font-size: 135%;
margin-top: 1em;
margin-bottom: 0.3em;
}
h2 {
h2, h3 {
color: black;
font-family: helvetica, arial, sans-serif;
font-size: 110%;
font-size: 115%;
margin-top: 1em;
margin-bottom: 0.3em;
}
h3 {
font-size: 100%;
}
.showcase {
margin: 2px;
padding: 2px;