From e8e9718b014254f7babb5c43197ea68e2594e0c5 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 4 Mar 2013 23:05:23 +0200 Subject: [PATCH] Don't underline links --- converse.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/converse.css b/converse.css index 5bf14337a..320cb029d 100644 --- a/converse.css +++ b/converse.css @@ -43,6 +43,10 @@ padding: 3px 0 3px 7px; } +.chatbox a { + text-decoration: none; +} + .chat-head-chatbox { background-color: rgb(89, 106, 114); background-color: rgba(89, 106, 114, 1);