From 1618e8c048bb68b0002b2719efc8d331cfcd38ab Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 12 Oct 2014 18:16:53 -0500 Subject: [PATCH] New bullet glyph; more margin below footer. --- static/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/main.css b/static/main.css index 5595d10..18d05c9 100644 --- a/static/main.css +++ b/static/main.css @@ -94,10 +94,20 @@ p#bio { .work-list { padding-left: 1em; + list-style-type: none; } .work-list li { margin-bottom: 1.25em; + position: relative; +} + +.work-list li:before { + content: "\27a4"; + position: absolute; + left: -2em; + line-height: 3em; + font-size: 0.5em; } .subtitle { @@ -199,6 +209,7 @@ pre code { } #footer { + margin-bottom: 1.5em; color: #444; font-size: 85%; text-align: center;