Targetting tbody instead of all trs

This commit is contained in:
Remy Sharp 2010-03-05 01:04:50 +00:00
parent e75a82ae37
commit 947d80baf2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ body.view-source #view-source {
text-decoration: underline;
}
#demos tr {
#demos tbody tr {
border-top: 1px solid #DCDCDC;
}