From 5209833ed98733dcfc29ea0008d71d708925e55d Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Mon, 2 Jun 2014 20:04:06 -0400 Subject: Little 1px border-bottom on the footer --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index daa9f20..3a82aa5 100644 --- a/style.css +++ b/style.css @@ -225,6 +225,7 @@ nav { .wrapper-footer { margin-top: 50px; border-top: 1px solid #dddddd; + border-bottom: 1px solid #dddddd; background-color: #eeeeee; } footer { -- cgit v1.2.3