From 60039e43002d63c86d8bc245a1d56a36a95c4dd5 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 30 Apr 2011 16:17:16 -0600 Subject: [PATCH] Fixed styling for footer --- wedding/stylesheet.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wedding/stylesheet.css b/wedding/stylesheet.css index b4e6eab..2290125 100644 --- a/wedding/stylesheet.css +++ b/wedding/stylesheet.css @@ -73,13 +73,18 @@ a { } #content { - min-height: 100%; width: 800px; margin: 0 auto; + margin-bottom: 2em; background-color: #222; color: white; border-left: 5px solid #000; border-right: 5px solid #000; + border-bottom: 5px solid #000; + border-radius: 0px 0px 10px 10px; + -moz-border-radius: 0px 0px 10px 10px; + -webkit-border-bottom-right-radius: 10px; + -webkit-border-bottom-left-radius: 10px; } #nav {