修复特色推荐中的CSS错误
This commit is contained in:
parent
8d4f03728b
commit
744be6724b
|
@ -89,7 +89,7 @@ color:Green; text-decoration:none;
|
|||
}
|
||||
#rightPanel #feature .more
|
||||
{ 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
|
||||
{font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}
|
||||
|
|
Loading…
Reference in New Issue