From 486dc7377e7997063e0875e17e7674dfc66f92da Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 25 May 2013 22:15:16 -0400 Subject: [PATCH] Improved styling of index --- style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9a8e2f7..fdc5a92 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,8 @@ body.index footer { margin: 0em -10em; } -h1, h2, h3, #menu { +h1, h2, h3, #menu, +body.index ul.index li .day { font-family: 'URW Gothic L', 'Avant Garde', sans-serif; font-weight: normal; } @@ -92,6 +93,23 @@ h2.desc { margin-left: 2em; } +body.index h3.index { + margin-bottom: 0.5em; +} +body.index ul.index { + text-align: left; + list-style: none; + margin: 0px; + padding-left: 1.5em; +} +body.index ul.index li { + margin: 0.5em 0px; +} +body.index ul.index li .day { + float: left; + margin-right: 0.5em; +} + p#ref-0 { margin-top: 2em; }