summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:59:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:59:44 (EDT)
commit8cba1edce6e335334815e42e58fb0e638b87df88 (patch)
tree4cd7f325cad98be2b1c1b2a185446b8f69100f60 /main.css
parentd19ec1d0e05482c4672d99de359c6db11854ec05 (diff)
Improve text element margins.
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/main.css b/main.css
index a54e7b4..b666976 100644
--- a/main.css
+++ b/main.css
@@ -13,22 +13,22 @@ h1 {
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #999999;
- margin: 0px 0px 8px 0px;
+ margin: 0px 0px 12px 0px;
}
h2 {
font-size: 14pt;
font-family: sans-serif;
- margin: 0px 0px 8px 0px;
+ margin: 0px 0px 12px 0px;
}
h3 {
font-size: 12pt;
font-family: sans-serif;
- margin: 0px 0px 8px 0px;
+ margin: 0px 0px 12px 0px;
}
p {
font-size: 10pt;
font-family: sans-serif;
- margin: 0px 0px 8px 0px;
+ margin: 0px 0px 12px 0px;
}
li {
font-size: 10pt;
@@ -104,6 +104,7 @@ div.sidebar {
div.sidebar h2 {
background-color: #333333;
color: #FFFFFF;
+ margin: 0px;
padding: 2px;
}
div.sidebar p, div.sidebar ul {