From 267635a495984730b49422f25adc1def20eb6ff4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 00:56:25 -0400 Subject: Add border to h1 elements. --- (limited to 'main.css') 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; -- cgit v0.9.1