wok view seamonkey/stuff/userChrome.css @ rev 7712

yasr: add post install
author Paul Issott <paul@slitaz.org>
date Sun Dec 19 15:51:06 2010 +0000 (2010-12-19)
parents
children
line source
1 /*
2 * Default userChrome.css for Seamonkey on SliTaz GNU/Linux.
3 *
4 * This file can be used to customize the look of Mozilla's user interface
5 * You should consider using !important on rules which you want to
6 * override default settings.
7 *
8 * For more examples see http://www.mozilla.org/unix/customizing.html
9 *
10 */
12 /*
13 * Do not remove the @namespace line -- it's required for correct functioning
14 */
15 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
18 /*
19 * Make all the default font sizes 9 pt to other GTK+ applications :
20 *
21 */
23 * {
24 font-size: 9pt !important
25 }