1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 19:04:11 +01:00

Fix last commit.

This commit is contained in:
Kris Maglione
2011-01-19 12:38:42 -05:00
parent 1006ff6ecd
commit d41b414171
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ var StatusLine = Module("statusline", {
min-width: 0 !important;
}
AddonButton:not(:hover) background: transparent !important;
]]>, "<padding>", util.OS.isMacOS ? "padding-right: 10px !important;" : ""));
]]>, "<padding>", util.OS.isMacOSX ? "padding-right: 10px !important;" : ""));
}
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";