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
18 lines
238 B
CSS
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;
|
|
}
|