aa4c37541a
git-svn-id: https://samskivert.googlecode.com/svn/trunk@897 6335cc39-0255-0410-8fd6-9bcaacd3b74c
18 lines
278 B
CSS
18 lines
278 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
th, td, center, div { /* ns 4 */
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
pre {
|
|
font-family: Courier;
|
|
font-size: 12pt
|
|
}
|
|
|
|
.big { font-size: 16pt }
|
|
.small { font-size: 10pt }
|