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

swig: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:57:27 2011 +0000 (2011-05-22)
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 }