diff options
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; +} + |