wok-6.x view firefox/stuff/userChrome.css @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents
children
line source
1 /*
2 * Default userChrome.css for Firefox 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 }