1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 13:55:45 +01:00

objectToString stuff.

This commit is contained in:
Kris Maglione
2011-08-23 20:40:16 -04:00
parent cf29db91af
commit 94249780e9
4 changed files with 23 additions and 8 deletions

View File

@@ -1013,13 +1013,18 @@ var ConfigBase = Class("ConfigBase", {
HelpWarning /* The indicator for a warning */ \
color: red; font-weight: bold;
HelpXML;;;FontCode /* Highlighted XML */ \
color: #C5F779; background-color: #444444; font-family: Terminus, Fixed, monospace;
HelpXMLBlock { white-space: pre; color: #C5F779; background-color: #444444;
HelpXML;;;FontCode {
/* Highlighted XML */
white-space: pre;
display: inline-block;
color: #C5F779;
background-color: #444444;
border: 1px dashed #aaaaaa;
font-family: Terminus, Fixed, monospace;
}
HelpXMLBlock;;;HelpXML {
display: block;
margin-left: 2em;
font-family: Terminus, Fixed, monospace;
}
HelpXMLAttribute color: #C5F779;
HelpXMLAttribute::after color: #E5E5E5; content: "=";