]> sipb.mit.edu Git - wiki.git/commitdiff
fixed the footer
authorBiyeun Buczyk <biyeun@mit.edu>
Mon, 12 Jan 2009 02:39:08 +0000 (21:39 -0500)
committerBiyeun Buczyk <biyeun@mit.edu>
Mon, 12 Jan 2009 02:39:08 +0000 (21:39 -0500)
style.css

index 0fb596bf4a7e1f1d3d7ff6d9dd3db97af38cf029..155d81288696583f487bb896536e75c98b3c62e6 100644 (file)
--- 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