From 8f2980ef03125724c2bd103eafe45a9616842851 Mon Sep 17 00:00:00 2001 From: Biyeun Buczyk Date: Sun, 11 Jan 2009 21:39:08 -0500 Subject: [PATCH] fixed the footer --- style.css | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 0fb596b..155d812 100644 --- a/style.css +++ b/style.css @@ -296,18 +296,31 @@ dl.services dd{ display:none; } #prefooter{ - height: 80px; + height: 120px; clear:both; } -#admin-nav{ - width:100%; -} #footer{ font-size:.9em; clear:both; width:951px; margin: 0 auto; - margin-top:-30px; + margin-top:-65px; text-align:center; color: #545557; } +.actions ul{ + list-style: none; + background-color:#696969; + padding:.5em 0; +} +.actions ul li{ + display: inline; + padding: 0 .5em; +} +.actions ul li a{ + text-decoration: none; + color: #ffffff; +} +.actions ul li a:hover{ + text-decoration:underline; +} \ No newline at end of file -- 2.44.0