diff options
-rw-r--r-- | profile/.mozilla/firefox/evc3to3e.default/chrome/userChrome.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/.mozilla/firefox/evc3to3e.default/chrome/userChrome.css b/profile/.mozilla/firefox/evc3to3e.default/chrome/userChrome.css new file mode 100644 index 0000000..acce674 --- /dev/null +++ b/profile/.mozilla/firefox/evc3to3e.default/chrome/userChrome.css @@ -0,0 +1,6 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ + +/* + * Make all the default font sizes xx pt: + */ +* { font-size: 10pt !important; } |