-added border to smart block expansion

This commit is contained in:
denise 2012-09-17 15:57:41 -04:00
parent cf57c12782
commit 182bdd0cf6
2 changed files with 4 additions and 1 deletions

View file

@ -572,4 +572,7 @@ li.spl_empty {
font-weight: normal;
display: inline-block;
padding-right: 6px;
}
.expand-block-separate {
border-top: 1px solid #5B5B5B;
}