修复特色推荐中的CSS错误

This commit is contained in:
wlx 2011-12-20 03:03:59 +00:00
parent 8d4f03728b
commit 744be6724b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ color:Green; text-decoration:none;
} }
#rightPanel #feature .more #rightPanel #feature .more
{ float:right;width:70px;padding:0;margin:0px;height:20px;line-height:20px;} { float:right;width:70px;padding:0;margin:0px;height:20px;line-height:20px;}
#rightPanel .more a{color:Green; background:url(../images/arrow.gif) no-repeat right center;padding:0;margin:0px;height:20px;line-height:20px;} #rightPanel .more a{color:Green; background:url(../images/arrow.gif) no-repeat right center;padding:0 15px 0 0;margin:0px;height:20px;line-height:20px;}
#rightPanel .title #rightPanel .title
{font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;} {font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}