00eade6333
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1064 6335cc39-0255-0410-8fd6-9bcaacd3b74c
29 lines
331 B
CSS
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;
|
|
}
|