make power level more visible

paul/schema_breaking_changes
Matthew Hodgson 2014-09-02 16:07:00 +01:00
parent d3c7567369
commit 044daf4fe2
1 changed files with 3 additions and 3 deletions

View File

@ -270,9 +270,9 @@ a:active { color: #000; }
.userAvatar .userPowerLevel {
position: absolute;
bottom: 20px;
height: 1px;
background-color: red;
bottom: 0px;
height: 2px;
background-color: #f00;
}
.userPresence {