summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:39:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:39:30 (EDT)
commitc1fb86db88d2c74b7edeba6a190cac4dfff41a18 (patch)
treec4e1cd8ed725251ea3530d5c570061ca5081f4f2 /main.css
parentd0f8bfe0544a945a43347f5571f3b3f42d4730eb (diff)
Add h1 and h2 styles.
Diffstat (limited to 'main.css')
-rw-r--r--main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.css b/main.css
index b887ae6..1519699 100644
--- a/main.css
+++ b/main.css
@@ -8,6 +8,12 @@ body {
}
h1 {
+ font-size: 16px;
+ font-family: sans-serif;
+}
+h2 {
+ font-size: 14px;
+ font-family: sans-serif;
}
h3 {
font-size: 12pt;