From e01aa83cea0e72962d97c9f4e67229f0b237b883 Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Wed, 10 Sep 2014 11:42:58 +1000 Subject: [PATCH] Improve visual separation of entries. Add some extra padding and a red (#BC1518) border to the bottom of each entry to provide better visual separation. Change-Id: I44d0aaefe07e9f4caaeab09f793370ffc3cc654c --- classic_fancy/planet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classic_fancy/planet.css b/classic_fancy/planet.css index dab7cb2..14fb703 100644 --- a/classic_fancy/planet.css +++ b/classic_fancy/planet.css @@ -57,6 +57,8 @@ img.face { .entry { margin-bottom: 2em; + padding-bottom: 2em; + border-bottom: 2px solid #BC1518; } .entry .date {