wok-6.x diff firefox/stuff/userChrome.css @ rev 1473
Up mpfr (2.3.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 12:48:27 2008 +0000 (2008-10-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/firefox/stuff/userChrome.css Sat Oct 04 12:48:27 2008 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +/* 1.5 + * Default userChrome.css for Firefox on SliTaz GNU/Linux. 1.6 + * 1.7 + * This file can be used to customize the look of Mozilla's user interface 1.8 + * You should consider using !important on rules which you want to 1.9 + * override default settings. 1.10 + * 1.11 + * For more examples see http://www.mozilla.org/unix/customizing.html 1.12 + * 1.13 + */ 1.14 + 1.15 +/* 1.16 + * Do not remove the @namespace line -- it's required for correct functioning 1.17 + */ 1.18 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ 1.19 + 1.20 + 1.21 +/* 1.22 + * Make all the default font sizes 9 pt to other GTK+ applications : 1.23 + * 1.24 +*/ 1.25 + 1.26 +* { 1.27 + font-size: 9pt !important 1.28 +}