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

Up: grsync (1.2.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Nov 15 18:50:18 2012 +0100 (2012-11-15)
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 }