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

added counter to web site

This commit is contained in:
Martin Stubenschrott
2007-04-18 01:18:46 +00:00
parent aff207c1df
commit 67aa5305e8
3 changed files with 7 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ var g_settings = [/*{{{*/
[
["focusedhintstyle", "fhs"],
"CSS specification of focused hints appearance",
"The font (and size) is inherited from Firefox's prefences for Monospaced fonts. Change them in the GUI prefernce panel if necessary.",
null,
function(value) { set_pref("focusedhintstyle", value); },
function() { return get_pref("focusedhintstyle"); },
"string",
@@ -132,7 +132,7 @@ var g_settings = [/*{{{*/
[
["hintstyle", "hs"],
"CSS specification of unfocused hints appearance",
"The font (and size) is inherited from Firefox's prefences for Monospaced fonts. Change them in the GUI prefernce panel if necessary.",
null,
function(value) { set_pref("hintstyle", value); },
function() { return get_pref("hintstyle"); },
"string",