From: Darren Date: Fri, 28 Jun 2013 12:56:15 +0000 (+0100) Subject: Message padding in the basic theme X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e2ca2d179488579199b6e16870263e9a42c4455c;p=KiwiIRC.git Message padding in the basic theme --- diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 03135ea..15179d8 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -1408,9 +1408,8 @@ html, body { height:100%; } #kiwi.theme_basic .messages.active { } #kiwi.theme_basic .messages a { text-decoration:underline; } -#kiwi.theme_basic .messages .msg { } +#kiwi.theme_basic .messages .msg { border: none; padding: 2px 5px; } #kiwi.theme_basic .messages .msg > div { font-family: Consolas, "Lucida Console", monospace; font-size:0.9em; } -#kiwi.theme_basic .messages .msg { border: none; } #kiwi.theme_basic .messages .msg .time { display:none; margin-right:1em; margin-left:2px; color:gray; } #kiwi.theme_basic .messages .msg .nick { display:inline; margin-right:1em; } #kiwi.theme_basic .messages .msg .nick:before { content:"<"; }