From 91cb2b26e72ca9a94e85be3c73ae2538070c1b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 10 Sep 2013 21:44:08 +0200 Subject: [PATCH] Show every username as bold --- file/style/be.bastelstu.wcf.chat.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/file/style/be.bastelstu.wcf.chat.less b/file/style/be.bastelstu.wcf.chat.less index 5590904..3ea9ac5 100644 --- a/file/style/be.bastelstu.wcf.chat.less +++ b/file/style/be.bastelstu.wcf.chat.less @@ -221,6 +221,11 @@ float: right; } + + .username { + font-weight: bold; + } + > .text { img { max-width: 100%; @@ -246,10 +251,6 @@ border-radius: @wcfContainerBorderRadius; background-color: @wcfContainerBackgroundColor; position: relative; - - .username { - font-weight: bold; - } > ul.text { li {