Add textarea definitions to all styles; change "fixed" to "monospace" (more generic).
[squirrelmail.git] / themes / css / serif-12.css
CommitLineData
f5f88553 1body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
2 font-family: serif;
3}
6d20af26 4body, small {
f5f88553 5 font-size: 10pt;
6}
6d20af26 7td, th {
f5f88553 8 font-size: 12pt;
9}
ff15d6e0 10textarea, pre {
11 font-family: monospace;
12 font-size: 11pt;
13}