From 1f801759c27c8b09f908a3ef4c65eb5002e3c833 Mon Sep 17 00:00:00 2001 From: olivia Date: Thu, 19 Jul 2007 08:40:44 +0000 Subject: [PATCH] --- skin/styles/example.css | 7 ++++++- skin/styles/stp.css | 5 +++++ skin/styles/tw.css | 5 +++++ skin/styles/tw_green.css | 5 +++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/skin/styles/example.css b/skin/styles/example.css index 472e6b37c..99e439cd0 100644 --- a/skin/styles/example.css +++ b/skin/styles/example.css @@ -21,7 +21,12 @@ iframe } textarea { - font-family: Arial, Helvetica, sans-serif; + font-family: Trebuchet MS; + font-size: x-small; +} +form +{ + font-family: Trebuchet MS; } #menue { diff --git a/skin/styles/stp.css b/skin/styles/stp.css index a1c0b9115..30efc3e0d 100644 --- a/skin/styles/stp.css +++ b/skin/styles/stp.css @@ -18,6 +18,11 @@ iframe padding:0px; } textarea +{ + font-family: Verdana; + font-size: x-small; +} +form { font-family: Verdana; } diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 375860a64..b38497680 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -19,6 +19,11 @@ iframe padding:0px; } textarea +{ + font-family: Arial, Helvetica, sans-serif; + font-size: x-small; +} +form { font-family: Arial, Helvetica, sans-serif; } diff --git a/skin/styles/tw_green.css b/skin/styles/tw_green.css index 9f08a8e36..bb7bd3e5e 100644 --- a/skin/styles/tw_green.css +++ b/skin/styles/tw_green.css @@ -18,6 +18,11 @@ iframe padding:0px; } textarea +{ + font-family: Trebuchet MS; + font-size: x-small; +} +form { font-family: Trebuchet MS; }