From 6d20af26a13025ac3207932e0af229a0872a6d6d Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 17 Jan 2002 09:33:53 +0000 Subject: [PATCH] With foo-10 are created with 800x600 in mind. This is the reason I've modifyed pre and textarea. Let me know how it does on your systems. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2146 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/css/sans-08.css | 10 ++-------- themes/css/sans-10.css | 11 +++-------- themes/css/sans-12.css | 12 +++--------- themes/css/serif-10.css | 11 +++-------- themes/css/serif-12.css | 10 ++-------- 5 files changed, 13 insertions(+), 41 deletions(-) diff --git a/themes/css/sans-08.css b/themes/css/sans-08.css index 8cd5c81b..6d38b10c 100644 --- a/themes/css/sans-08.css +++ b/themes/css/sans-08.css @@ -1,15 +1,9 @@ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { font-family: helvetica,arial,sans-serif; } -body { +body, small { font-size: 6pt; } -td { +td, th { font-size: 8pt; } -th { - font-size: 8pt; -} -small { - font-size: 6pt; -} diff --git a/themes/css/sans-10.css b/themes/css/sans-10.css index a5d5210a..ac8e5e59 100644 --- a/themes/css/sans-10.css +++ b/themes/css/sans-10.css @@ -1,15 +1,10 @@ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { font-family: helvetica,arial,sans-serif; } -body { +body, small { font-size: 8pt; } -td { +td, th { font-size: 10pt; } -th { - font-size: 10pt; -} -small { - font-size: 8pt; -} +textarea, pre { font-family: fixed; font-size: 9pt; } diff --git a/themes/css/sans-12.css b/themes/css/sans-12.css index 32cba0d7..632f9649 100644 --- a/themes/css/sans-12.css +++ b/themes/css/sans-12.css @@ -1,15 +1,9 @@ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { font-family: helvetica,arial,sans-serif; } -body { +body, small { font-size: 10pt; } -td { +td, th { font-size: 12pt; -} -th { - font-size: 12pt; -} -small { - font-size: 10pt; -} +} \ No newline at end of file diff --git a/themes/css/serif-10.css b/themes/css/serif-10.css index 4af57759..e4353513 100644 --- a/themes/css/serif-10.css +++ b/themes/css/serif-10.css @@ -1,15 +1,10 @@ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { font-family: serif; } -body { +body, small { font-size: 8pt; } -td { +td, th { font-size: 10pt; } -th { - font-size: 10pt; -} -small { - font-size: 8pt; -} +textarea, pre { font-family: fixed; font-size: 9pt; } diff --git a/themes/css/serif-12.css b/themes/css/serif-12.css index f53d1b78..67eb6e5f 100644 --- a/themes/css/serif-12.css +++ b/themes/css/serif-12.css @@ -1,15 +1,9 @@ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { font-family: serif; } -body { +body, small { font-size: 10pt; } -td { +td, th { font-size: 12pt; } -th { - font-size: 12pt; -} -small { - font-size: 10pt; -} -- 2.25.1