about css change
This commit is contained in:
parent
d0bb6c0218
commit
61d1edf836
|
@ -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;}
|
|
@ -26,7 +26,6 @@ width:450px;
|
|||
}
|
||||
#offline{
|
||||
float:left;
|
||||
background:#eee;
|
||||
margin:10px;
|
||||
padding:5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue