From 5cbbc7fbe7bf2d287da416373b7bdf848aeca2d1 Mon Sep 17 00:00:00 2001 From: William Jackson Date: Mon, 6 Oct 2014 11:31:32 -0500 Subject: [PATCH] Half-op section in user list is missing title --- client/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index 5e3d06b..8020fa2 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -700,6 +700,9 @@ button { #chat .user-mode.op:before { content: "Operators"; } +#chat .user-mode.half-op:before { + content: "Half-Operators"; +} #chat .user-mode.voice:before { content: "Voiced"; }