From 544d4053fa34596893c1d35026ef2e70d69e8b84 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Wed, 15 May 2013 20:02:13 +0100 Subject: [PATCH] More constistant CSS class name --- client/assets/css/style.css | 2 +- client/assets/dev/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index cd5f861..5b26b69 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -12,7 +12,7 @@ html, body { height:100%; } #kiwi p { margin:0.5em 0; } #kiwi a { color:#36C; text-decoration:none; cursor:pointer; } #kiwi a img { border:none; } -#kiwi .formatSpan a { color: inherit; background-color: inherit; text-decoration: inherit; font-style: inherit; font-weight: inherit;} +#kiwi .format_span a { color: inherit; background-color: inherit; text-decoration: inherit; font-style: inherit; font-weight: inherit;} /** diff --git a/client/assets/dev/utils.js b/client/assets/dev/utils.js index 0e21a33..f35803f 100644 --- a/client/assets/dev/utils.js +++ b/client/assets/dev/utils.js @@ -285,7 +285,7 @@ function formatIRCMsg (msg) { colours = openTags.colour.split(','); style += 'color: ' + colours[0] + ((colours[1]) ? '; background-color: ' + colours[1] + ';' : ''); } - return ''; + return ''; } }, colourMatch = function (str) { -- 2.25.1