1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 10:52:27 +01:00

Minor cleanup.

This commit is contained in:
Kris Maglione
2009-10-08 23:13:24 -04:00
parent 9235500752
commit e62d9f96a5
3 changed files with 29 additions and 45 deletions

View File

@@ -679,7 +679,8 @@ liberator.registerObserver("load_commands", function () {
{
// List matching keys
let str = template.tabular(["Key", "Sample", "CSS"],
["padding: 0 1em 0 0; vertical-align: top", "text-align: center"],
["padding: 0 1em 0 0; vertical-align: top",
"text-align: center"],
([h.class,
<span style={"text-align: center; line-height: 1em;" + h.value + style}>XXX</span>,
template.highlightRegexp(h.value, /\b[-\w]+(?=:)/g)]