From f5f88553c994dd3d6d7a1dae38b0ed07f6ba126a Mon Sep 17 00:00:00 2001 From: antipode Date: Sat, 12 Jan 2002 06:10:09 +0000 Subject: [PATCH] Small improvement. Should fix the bug with the best browser of all times and nations --- NN 4.X. ;^) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2121 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/css/sans-08.css | 23 +++++++++++++++-------- themes/css/sans-10.css | 23 +++++++++++++++-------- themes/css/sans-12.css | 23 +++++++++++++++-------- themes/css/serif-10.css | 23 +++++++++++++++-------- themes/css/serif-12.css | 23 +++++++++++++++-------- 5 files changed, 75 insertions(+), 40 deletions(-) diff --git a/themes/css/sans-08.css b/themes/css/sans-08.css index af789334..bd58b845 100644 --- a/themes/css/sans-08.css +++ b/themes/css/sans-08.css @@ -1,8 +1,15 @@ -body { font-family: helvetica,arial,sans; - font-size: 6pt; } -td { font-family: helvetica,arial,sans; - font-size: 8pt; } -th { font-family: helvetica,arial,sans; - font-size: 8pt; } -small { font-family: helvetica,arial,sans; - font-size: 6pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: helvetica,arial,sans; +} +body { + font-size: 6pt; +} +td { + 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 579c8a0a..b50877b0 100644 --- a/themes/css/sans-10.css +++ b/themes/css/sans-10.css @@ -1,8 +1,15 @@ -body { font-family: helvetica,arial,sans; - font-size: 8pt; } -td { font-family: helvetica,arial,sans; - font-size: 10pt; } -th { font-family: helvetica,arial,sans; - font-size: 10pt; } -small { font-family: helvetica,arial,sans; - font-size: 8pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: helvetica,arial,sans; +} +body { + font-size: 8pt; +} +td { + font-size: 10pt; +} +th { + font-size: 10pt; +} +small { + font-size: 8pt; +} diff --git a/themes/css/sans-12.css b/themes/css/sans-12.css index ca8def1b..c2f111bb 100644 --- a/themes/css/sans-12.css +++ b/themes/css/sans-12.css @@ -1,8 +1,15 @@ -body { font-family: helvetica,arial,sans; - font-size: 10pt; } -td { font-family: helvetica,arial,sans; - font-size: 12pt; } -th { font-family: helvetica,arial,sans; - font-size: 12pt; } -small { font-family: helvetica,arial,sans; - font-size: 10pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: helvetica,arial,sans; +} +body { + font-size: 10pt; +} +td { + font-size: 12pt; +} +th { + font-size: 12pt; +} +small { + font-size: 10pt; +} diff --git a/themes/css/serif-10.css b/themes/css/serif-10.css index dff58b58..4af57759 100644 --- a/themes/css/serif-10.css +++ b/themes/css/serif-10.css @@ -1,8 +1,15 @@ -body { font-family: serif; - font-size: 8pt; } -td { font-family: serif; - font-size: 10pt; } -th { font-family: serif; - font-size: 10pt; } -small { font-family: serif; - font-size: 8pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: serif; +} +body { + font-size: 8pt; +} +td { + font-size: 10pt; +} +th { + font-size: 10pt; +} +small { + font-size: 8pt; +} diff --git a/themes/css/serif-12.css b/themes/css/serif-12.css index a650bdfd..f53d1b78 100644 --- a/themes/css/serif-12.css +++ b/themes/css/serif-12.css @@ -1,8 +1,15 @@ -body { font-family: serif; - font-size: 10pt; } -td { font-family: serif; - font-size: 12pt; } -th { font-family: serif; - font-size: 12pt; } -small { font-family: serif; - font-size: 10pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: serif; +} +body { + font-size: 10pt; +} +td { + font-size: 12pt; +} +th { + font-size: 12pt; +} +small { + font-size: 10pt; +} -- 2.25.1