From: Jack Allnutt Date: Wed, 15 May 2013 19:02:13 +0000 (+0100) Subject: More constistant CSS class name X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=544d4053fa34596893c1d35026ef2e70d69e8b84;p=KiwiIRC.git More constistant CSS class name --- 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) {