From 500aa55a73a2331daa4f74a6844421b8728c2cbe Mon Sep 17 00:00:00 2001 From: pebosi Date: Wed, 15 Jan 2014 00:04:48 +0100 Subject: [PATCH] add footer border --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index a66587b..a3dfeb3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,7 @@ color: #3C0200; text-decoration: underline; } .footer { +border-top: 1px solid #E7E7E7; padding: 30px 0; margin-top: 70px; } -- 2.39.2