wok annotate firefox/stuff/userChrome.css @ rev 11031

Up: sip to 4.12.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:15:02 2011 +0000 (2011-10-16)
parents
children
rev   line source
pankso@45 1 /*
pankso@45 2 * Default userChrome.css for Firefox on SliTaz GNU/Linux.
pankso@45 3 *
pankso@45 4 * This file can be used to customize the look of Mozilla's user interface
pankso@45 5 * You should consider using !important on rules which you want to
pankso@45 6 * override default settings.
pankso@45 7 *
pankso@45 8 * For more examples see http://www.mozilla.org/unix/customizing.html
pankso@45 9 *
pankso@45 10 */
pankso@45 11
pankso@45 12 /*
pankso@45 13 * Do not remove the @namespace line -- it's required for correct functioning
pankso@45 14 */
pankso@45 15 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
pankso@45 16
pankso@45 17
pankso@45 18 /*
pankso@45 19 * Make all the default font sizes 9 pt to other GTK+ applications :
pankso@45 20 *
pankso@45 21 */
pankso@45 22
pankso@45 23 * {
pankso@45 24 font-size: 9pt !important
pankso@45 25 }