Files
Mozilla/mozilla/extensions/irc/xul/content/prefpanel/appearance.css
rginda%netscape.com 714c1bf7b3 fix mac CFM build bustage, move content/pref-irc-* files into content/prefpanel/ subdirectory, and strip pref-irc-* prefix to shorten filenames to appease the short bus.
also combine locale/en-us/pref-irc-*.dtd into a single pref-irc.dtd


git-svn-id: svn://10.0.0.236/trunk@136854 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-22 20:56:14 +00:00

18 lines
238 B
CSS

#czMungerBold {
font-weight: bold;
}
#czMungerItalic {
font-style: italic;
}
/* FIXME: This doesn't work in XUL due to bug 68841. */
#czMungerUnderline {
text-decoration: underline;
}
#czMungerTeletype {
font-family: monospace;
}