From 61d1edf8367a923d99f41e349e964a1c98317524 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 21 Jun 2012 10:13:42 +0000 Subject: [PATCH] about css change --- htdocs/css/about.css | 12 +++++++----- htdocs/css/contact.css | 1 - 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/css/about.css b/htdocs/css/about.css index 7aa6a8d8..6cd69607 100755 --- a/htdocs/css/about.css +++ b/htdocs/css/about.css @@ -39,8 +39,10 @@ h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(../imag font-size:14px; } -.subnav{ - width:100%; - background:url(/static/images/subnav_title_li_bg.png) 0 0 repeat-x; - height:26px;line-height:26px; -} \ No newline at end of file +#page{background:url(/static/images/page_bg.png) 0 0 repeat-x;width:100%; overflow:hidden;} + +.subnav{width:100%;overflow:hidden;} +.subnav ul{width:100%;overflow:hidden;padding:0px;margin:0px;background:url(/static/images/subnav_title_li_bg.png) 0 0 repeat-x;height:26px;line-height:26px;} +.subnav ul li{width:98px;font-size:14px;float:left;overflow:hidden;text-indent:10px;} +.subnav ul li a{color:#FFF;} +.subnav ul li a:hover{ text-decoration:underline;} \ No newline at end of file diff --git a/htdocs/css/contact.css b/htdocs/css/contact.css index a7e2ed83..bd80d36e 100755 --- a/htdocs/css/contact.css +++ b/htdocs/css/contact.css @@ -26,7 +26,6 @@ width:450px; } #offline{ float:left; -background:#eee; margin:10px; padding:5px; }