From e3083a022ea00e44b558247d9133f7206cafceb6 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Wed, 8 Sep 2010 15:03:14 +0000 Subject: [PATCH] fix navi --- screen.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/screen.css b/screen.css index ce3ab270..58e5412d 100644 --- a/screen.css +++ b/screen.css @@ -102,4 +102,6 @@ #tab-join #tab-join-link a,#tab-groups #tab-groups-link a,#tab-projects #tab-projects-link a,#tab-events #tab-events-link a,#tab-news #tab-news-link a { background-color: #7e2020; } -img { padding-bottom: 15px; } \ No newline at end of file +img { padding-bottom: 15px; } + +#navi div,#hd{width:975px;margin:0 auto;position:relative}#navi ul{margin:0;padding:0; line-height:50px;text-align:left}#navi li,#navi input{display:inline;font-size:20px;font-weight:bold;text-transform:lowercase;background-image:none !important;padding:0px}#navi li a{padding:10px 12px;color:white;text-decoration:none}#navi li a:hover{background-color:red}#navi{background-color:maroon;height:50px;color:white !important;margin-top:10px}#navi form{width:300px;position:absolute;top:0;right:0;height:50px;line-height:50px}#navi form p{line-height:50px}#navi form input{padding:5px} \ No newline at end of file -- 2.25.1