From 351fa331badaee3314792bc24720f40b70bdf571 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 19:34:11 -0700 Subject: [PATCH] index styling --- template/index.tmpl | 4 ++++ template/site.css | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/template/index.tmpl b/template/index.tmpl index 4c8ba61..ec40893 100644 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -18,11 +18,15 @@

Go by Example

+

Currently available examples:

+
diff --git a/template/site.css b/template/site.css index 74fe4c8..66d6a1c 100644 --- a/template/site.css +++ b/template/site.css @@ -74,11 +74,10 @@ div.chapter { div.chapter table { margin-bottom: 20px; } -div.chapter p.footer { - margin-top: 20px; +p.footer { color: grey; } -div.chapter p.footer a, div.chapter p.footer a:visited { +p.footer a, p.footer a:visited { color: grey; } div#intro { @@ -88,8 +87,11 @@ div#intro { margin-left: auto; margin-right: auto; } +div#intro p { + padding-top: 20px; +} div#intro ul { - padding-top: 5px; + padding-top: 20px; } table td { border: 0;