diff options
author | drebs <drebs@leap.se> | 2013-10-03 14:24:48 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-10-04 14:25:08 -0300 |
commit | 3c23f4aa7eeabff0382f7789cfb7ad0c3090615a (patch) | |
tree | b7970f3d7fef0ceabb4293f135c97f257fe6baef /chrome/skin |
Initial import.
Diffstat (limited to 'chrome/skin')
-rw-r--r-- | chrome/skin/accountWizard.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/skin/accountWizard.css b/chrome/skin/accountWizard.css new file mode 100644 index 0000000..3bf6846 --- /dev/null +++ b/chrome/skin/accountWizard.css @@ -0,0 +1,10 @@ +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + + +.bitmaskAccountWizardTitle { + font-size: 150%; + font-weight: bold; +} + |