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;