Files
samskivert/runtime/twodue/web/style.css
T
2003-03-03 05:17:34 +00:00

24 lines
272 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
}
i, em {
font-style: italic;
}
th, td, center, div { /* ns 4 */
font-family: Arial, Helvetica, sans-serif;
}
pre, code {
font-family: Courier;
}
.big {
font-size: x-large;
}
.small {
font-size: small;
}