Allow the application list to be ordered

This commit is contained in:
2011-01-14 10:37:12 +00:00
parent fb7a188060
commit 74bd5ef90c
3 changed files with 26 additions and 8 deletions

View File

@@ -120,6 +120,15 @@ border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}
table th a
{color: #fff;
}
table th a:visted
{color: #fff;
}
.character_info > div { margin-bottom: 2em; }
.character_info .character_portrait, .character_info .character_corporation, .character_info .character_alliance { float: right; }
.character_info .character_corporation { clear: right; margin-left: 2em; }