about css change

This commit is contained in:
wlx 2012-06-21 10:13:42 +00:00
parent d0bb6c0218
commit 61d1edf836
2 changed files with 7 additions and 6 deletions

View File

@ -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;
}
#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;}

View File

@ -26,7 +26,6 @@ width:450px;
}
#offline{
float:left;
background:#eee;
margin:10px;
padding:5px;
}