From 044daf4fe2d00ab5f4f906bdb9ecac17b3580c8c Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Tue, 2 Sep 2014 16:07:00 +0100
Subject: [PATCH] make power level more visible

---
 webclient/app.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webclient/app.css b/webclient/app.css
index dd70f996b8..425d5bb11a 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -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 {
-- 
GitLab