From 355f25a7dc1da7b5374d6f426e377f1dd77872de Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 8 Mar 2015 16:57:22 -0400 Subject: [PATCH] Fidgeting... --- _layouts/default.html | 9 +++++---- src/styles.css | 11 +++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 750b925..3ae634a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,11 +29,14 @@
diff --git a/src/styles.css b/src/styles.css index ed5b278..41d6e6e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -94,7 +94,7 @@ header { } #navigation li { - padding: 10px 10px; + padding: 15px 10px; color: #888888; } @@ -114,10 +114,8 @@ header { list-style: none; } -#navigation #expand { - padding: 0px 20px; - border-top: 1px solid grey; - border-bottom: 1px solid grey; +#posts li { + padding: 10px; } #bar #footer { @@ -166,8 +164,9 @@ article { } article h1 { + padding: 10px; font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - text-shadow: 2px 2px #DEDEDE; color: darkgrey; + text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.5em; } article h1::first-letter {