Files
samskivert/runtime/twodue/web/style.css
T
mdb 00eade6333 Formatting tweaks.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1064 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-10 22:54:25 +00:00

29 lines
331 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;
}
table {
border-collapse: collapse;
border-width: 0;
}