suppress reply-to-tab borders

This commit is contained in:
Jeff Atwood 2014-05-09 08:42:07 -07:00
parent 978fb7ff96
commit 853bbbbf06
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ h1 .topic-statuses .topic-status i {
right: 330px;
z-index: 400;
padding: 10px 6px 5px;
border: 1px solid scale-color($primary, $lightness: 90%);
border-top: 1px solid scale-color($primary, $lightness: 90%);
font-size: 12px;
background: $secondary;
color: scale-color($primary, $lightness: 50%);