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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user