Cleanup groups view on profile page

This commit is contained in:
wvengen 2014-12-16 21:09:04 +01:00
parent b080fb5fda
commit bf6a31a032
3 changed files with 32 additions and 17 deletions

View file

@ -126,6 +126,9 @@ table {
td.odd {
background-color: @tableBackgroundAccent;
}
th.left, td.left { text-align: left; }
th.right, td.right { text-align: right; }
th.center, td.center { text-align: center; }
td.main_info {
font-weight: bold;