summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:56:25 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:56:25 (EDT)
commit267635a495984730b49422f25adc1def20eb6ff4 (patch)
tree2347357b686c303bbe3c645f1eb136813e2c6cc7 /main.css
parent288a5f3b86d3767ca7f9726e67b60f20d075c016 (diff)
Add border to h1 elements.
Diffstat (limited to 'main.css')
-rw-r--r--main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.css b/main.css
index deebe17..ae5bf33 100644
--- a/main.css
+++ b/main.css
@@ -10,6 +10,9 @@ body {
h1 {
font-size: 16pt;
font-family: sans-serif;
+ border-width: 0px 0px 1px 0px;
+ border-style: solid;
+ border-color: #999999;
}
h2 {
font-size: 14pt;