1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:52:29 +01:00

Re-enable tab numbering

This commit is contained in:
Kris Maglione
2008-11-05 01:03:32 +00:00
parent 0da30a4dc3
commit 6c6b70a2c5
2 changed files with 6 additions and 2 deletions

View File

@@ -229,6 +229,10 @@ function Tabs() //{{{
},
validator: function (value) value >= 0 && value <= 4
});
// TODO: Add option, or only apply when go~=[nN]
styles.addSheet("tab-binding", "chrome://*",
".tabbrowser-tab { -moz-binding: url(chrome://liberator/content/bindings.xml#tab); }", true);
}
/////////////////////////////////////////////////////////////////////////////}}}