1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 00:15:47 +01:00

use the hl-Title class for the completion widget title

This commit is contained in:
Doug Kearns
2008-09-16 16:09:14 +00:00
parent 2fe5bd2913
commit 0d2e00eb6b
8 changed files with 15 additions and 15 deletions

View File

@@ -1247,7 +1247,7 @@ liberator.ItemList = function (id) //{{{
var div = doc.createElement("div");
div.setAttribute("class", "ex-command-output hl-Normal");
div.innerHTML = "<span style=\"color: magenta; font-weight: bold\">Completions:</span>";
div.innerHTML = "<span class=\"hl-Title\">Completions:</span>";
var table = doc.createElement("table");
table.setAttribute("width", "100%");
table.setAttribute("style", "table-layout: fixed; width: 100%");