From f8107f0a12d5515ee1ddd8d42e3007d748533aa5 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 5 Mar 2007 01:22:56 +0000 Subject: Turn down the font a little so as not to stick out. --- css/fedora-draft.css | 3 +-- css/fedora-plain.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/fedora-draft.css b/css/fedora-draft.css index c7faf53..8150212 100644 --- a/css/fedora-draft.css +++ b/css/fedora-draft.css @@ -97,14 +97,13 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni background: #33649f; color: #fefefe; font-weight: bold; - font-size: 110%; } .segmentedlist th { text-align: left; padding: 0.2em 3em 0.2em 0.5em; } .segmentedlist td { - padding: 0.2em 0.5em 0.2em 0.55em; + padding: 0.2em 0.5em 0.2em 0.5em; } hr { diff --git a/css/fedora-plain.css b/css/fedora-plain.css index fd867fc..2197bd5 100644 --- a/css/fedora-plain.css +++ b/css/fedora-plain.css @@ -95,14 +95,13 @@ div.note table, div.tip table, div.important table, div.caution table, div.warni background: #33649f; color: #fefefe; font-weight: bold; - font-size: 110%; } .segmentedlist th { text-align: left; padding: 0.2em 3em 0.2em 0.5em; } .segmentedlist td { - padding: 0.2em 0.5em 0.2em 0.55em; + padding: 0.2em 0.5em 0.2em 0.5em; } hr { -- cgit