wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/seamonkey/stuff/userChrome.css	Sun Dec 19 15:51:06 2010 +0000
     1.3 @@ -0,0 +1,25 @@
     1.4 +/*
     1.5 + * Default userChrome.css for Seamonkey on SliTaz GNU/Linux.
     1.6 + *
     1.7 + * This file can be used to customize the look of Mozilla's user interface
     1.8 + * You should consider using !important on rules which you want to
     1.9 + * override default settings.
    1.10 + *
    1.11 + * For more examples see http://www.mozilla.org/unix/customizing.html
    1.12 + *
    1.13 + */
    1.14 +
    1.15 +/*
    1.16 + * Do not remove the @namespace line -- it's required for correct functioning
    1.17 + */
    1.18 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
    1.19 +
    1.20 +
    1.21 +/*
    1.22 + * Make all the default font sizes 9 pt to other GTK+ applications :
    1.23 + *
    1.24 +*/
    1.25 +
    1.26 +* {
    1.27 +   font-size: 9pt !important
    1.28 +}