Skip to content

Commit

Permalink
modify the news list style
Browse files Browse the repository at this point in the history
add a dashed under the list
  • Loading branch information
zhujie committed Jun 20, 2012
1 parent 5e816d0 commit 1cbdde2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ a.icon5:hover{
width:706px;
}
#newslist_box ul li{
line-height:30px;
padding-top: 2px;
line-height:26px;
border-bottom: 1px dashed #f0f0f0;
}
#newslist_box ul li a{
text-decoration:none;
Expand Down

0 comments on commit 1cbdde2

Please sign in to comment.