From 59c1082e7e25e3ae5a1a3c1f010a3ceea6a1aed8 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 30 Apr 2011 17:04:12 -0600 Subject: [PATCH] wedding/footer.php: Added top border and darker color --- wedding/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wedding/stylesheet.css b/wedding/stylesheet.css index 2290125..a22ce36 100644 --- a/wedding/stylesheet.css +++ b/wedding/stylesheet.css @@ -128,6 +128,8 @@ a { #footer { color: #9b8bb0; text-align: center; + border-top: 5px solid #000; + background-color: #111; } #footer a { color: #9b8bb0;