Correction CSS
authorveltr
Thu, 02 Feb 2012 17:00:28 +0100
changeset 514 8fb2523b9c74
parent 513 d7a40f4dc38b
child 516 1166fb6bc9b4
Correction CSS
src/ldt/ldt/static/ldt/js/Ldt_front_search_results.js
--- a/src/ldt/ldt/static/ldt/js/Ldt_front_search_results.js	Thu Feb 02 16:12:46 2012 +0100
+++ b/src/ldt/ldt/static/ldt/js/Ldt_front_search_results.js	Thu Feb 02 17:00:28 2012 +0100
@@ -71,7 +71,7 @@
                         .split(";")
                         .map(function(t) { return t.replace(/(^[\s]+|[\s]+$)/g,"") })
                         .filter(function(t) { return t.length; })
-                        .map(function(t) { return '<span class="under pink">' + t + '</span>'; })
+                        .map(function(t) { return '<span class="pink">' + t + '</span>'; })
                         .join(', ')
                     )
         }).mouseout(function() {