From 2527536881f3b71e6653d30acbe442f0a0c8a1ce Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 14 Dec 2011 19:27:05 -0500 Subject: [PATCH] Added content border --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index ab8518a..9cca841 100644 --- a/style.css +++ b/style.css @@ -78,6 +78,10 @@ html, body { rgb(238,238,236) 100% ); + border: 2px solid #babdb6; + border-top: 0px; + border-bottom-width: 4px; + margin: 0px auto; padding: 0.5em 1em 1em 1em;