More constistant CSS class name
authorJack Allnutt <m2ys4u@gmail.com>
Wed, 15 May 2013 19:02:13 +0000 (20:02 +0100)
committerJack Allnutt <m2ys4u@gmail.com>
Wed, 15 May 2013 19:02:13 +0000 (20:02 +0100)
client/assets/css/style.css
client/assets/dev/utils.js

index 314c05c45086e011bfbf3468c48779364d95abf4..f22ae5a659cf02ca0c611848dcc4b32210f87d03 100644 (file)
@@ -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;}
 
 
 /**
index 0e21a33b1972e16e010e4f2f2a88bdea9c0cf6cb..f35803f9ef1a14fe7224010c2ec16592bde40c56 100644 (file)
@@ -285,7 +285,7 @@ function formatIRCMsg (msg) {
                     colours = openTags.colour.split(',');
                     style += 'color: ' + colours[0] + ((colours[1]) ? '; background-color: ' + colours[1] + ';' : '');
                 }
-                return '<span class="formatSpan" style="' + style + '">';
+                return '<span class="format_span" style="' + style + '">';
             }
         },
         colourMatch = function (str) {