From 469f37d176f33155b3d5b913a084b8d0c1a8b773 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 3 Mar 2003 05:17:34 +0000 Subject: [PATCH] Use the relative rather than absolute font sizes. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1060 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- runtime/twodue/web/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/runtime/twodue/web/style.css b/runtime/twodue/web/style.css index 2abd9168..b23c2b10 100644 --- a/runtime/twodue/web/style.css +++ b/runtime/twodue/web/style.css @@ -1,17 +1,23 @@ body { font-family: Arial, Helvetica, sans-serif; - font-size: 12pt; +} + +i, em { + font-style: italic; } th, td, center, div { /* ns 4 */ font-family: Arial, Helvetica, sans-serif; - font-size: 12pt; } -pre { +pre, code { font-family: Courier; - font-size: 12pt } -.big { font-size: 16pt } -.small { font-size: 10pt } +.big { + font-size: x-large; +} + +.small { + font-size: small; +}