diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-29 16:24:01 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-29 16:24:01 +0200 |
| commit | 362c988c056504119d1682cf4891b8f7c47ace01 (patch) | |
| tree | 5d803153034e5685bc976658d7513b4aae6545d4 /htroot/js | |
| parent | 71efc7617092c1acd222a9a1468d1f476bcb7957 (diff) | |
design fixes to better use the new colours
Diffstat (limited to 'htroot/js')
| -rw-r--r-- | htroot/js/yacyinteractive.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 80d1f656c..188780e94 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -220,7 +220,7 @@ function resultLine(type, item, linenumber) { // make table row var html = ""; if (type == "row") { - html += "<tr class=\"TableCellDark\">"; + html += "<tr class=\"TableCellLight\">"; html += "<td align=\"left\">" + linenumber + "</td>"; // Count html += "<td align=\"left\">" + protocol + "</td>"; // Protocol html += "<td align=\"left\"><a href=\"" + protocol + "://" + host + "/" + "\">" + host + "</a></td>"; // Host |
