From: Biyeun Buczyk Date: Mon, 12 Jan 2009 02:39:08 +0000 (-0500) Subject: fixed the footer X-Git-Tag: trac-import~59 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/8f2980ef03125724c2bd103eafe45a9616842851?ds=sidebyside fixed the footer --- 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