1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 01:47:58 +01:00

Decent filtering for :extrehash. Fix tab bar layout after rehash with go+=n. Cleanup.

This commit is contained in:
Kris Maglione
2010-12-31 02:11:48 -05:00
parent 3f3e89e270
commit 012732edc7
5 changed files with 50 additions and 33 deletions

View File

@@ -160,7 +160,7 @@ var CommandWidgets = Class("CommandWidgets", {
}
});
let fontSize = util.computedStyle(document.getElementById(config.mainWindowId)).fontSize;
let fontSize = util.computedStyle(document.documentElement).fontSize;
styles.registerSheet("chrome://dactyl/skin/dactyl.css");
styles.system.add("font-size", "chrome://dactyl/content/buffer.xhtml",
"body { font-size: " + fontSize + "; }");