1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:27:59 +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

@@ -5,6 +5,13 @@
/** @scope modules */
let fontSize = util.computedStyle(document.getElementById(config.mainWindowId)).fontSize;
styles.registerSheet("chrome://liberator/skin/liberator.css");
let error = styles.addSheet(true, "font-size", "chrome://liberator/content/buffer.xhtml",
"body { font-size: " + fontSize + "; }");
/**
* This class is used for prompting of user input and echoing of messages.
*