From d19ec1d0e05482c4672d99de359c6db11854ec05 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 00:57:50 -0400 Subject: Add margins to text elements. --- (limited to 'main.css') diff --git a/main.css b/main.css index ae5bf33..a54e7b4 100644 --- a/main.css +++ b/main.css @@ -13,16 +13,24 @@ h1 { border-width: 0px 0px 1px 0px; border-style: solid; border-color: #999999; + margin: 0px 0px 8px 0px; } h2 { font-size: 14pt; font-family: sans-serif; + margin: 0px 0px 8px 0px; } h3 { font-size: 12pt; font-family: sans-serif; + margin: 0px 0px 8px 0px; } -p, li { +p { + font-size: 10pt; + font-family: sans-serif; + margin: 0px 0px 8px 0px; +} +li { font-size: 10pt; font-family: sans-serif; } -- cgit v0.9.1