Style tweak and stats

This commit is contained in:
2013-08-28 08:40:36 -07:00
parent accec4edb1
commit 2231d124a6
3 changed files with 9 additions and 2 deletions

View File

@@ -46,3 +46,9 @@ box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.member-status-symbol {
vertical-align: middle;
}
.lined-table td {
border-bottom: 1px dashed black;
}