make power level more visible

This commit is contained in:
Matthew Hodgson 2014-09-02 16:07:00 +01:00
parent d3c7567369
commit 044daf4fe2

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 {