mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 21:34:19 +01:00
Fix tab numbering.
This commit is contained in:
@@ -221,7 +221,7 @@ function Tabs() //{{{
|
||||
});
|
||||
// TODO: Add option, or only apply when go~=[nN]
|
||||
styles.addSheet("tab-binding", "chrome://*",
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/vimperator/bindings.xml#tab); }", true);
|
||||
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/vimperator/bindings.xml#tab) !important; }", true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user