From 2f332fb71376624577303a4e66bb179e1af36753 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Mon, 4 Feb 2013 02:06:45 +0100 Subject: [PATCH] bold names --- WebKit/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 5398084..027ca37 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -312,6 +312,10 @@ li.mentioned { margin-left: -5px; } +.name { + font-weight: bold; +} + header.profile button { background: #09F; float: right;