diff options
author | P. 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) |
commit | 267635a495984730b49422f25adc1def20eb6ff4 (patch) | |
tree | 2347357b686c303bbe3c645f1eb136813e2c6cc7 | |
parent | 288a5f3b86d3767ca7f9726e67b60f20d075c016 (diff) |
Add border to h1 elements.
-rw-r--r-- | main.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |