make invite list styles match topic list

This commit is contained in:
Jeff Atwood 2015-08-03 15:38:32 -07:00
parent e83b0619e8
commit 7d9ee9b378
1 changed files with 5 additions and 3 deletions

View File

@ -168,12 +168,14 @@
th {
text-align: left;
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 5px;
border-bottom: 3px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding: 0 0 10px 0;
color: scale-color($primary, $lightness: 50%);
font-weight: normal;
}
td {
padding: 5px;
padding: 10px 0 10px 0;
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
}