From 6267bd976c792463e835d728fb59cc7d9ec91637 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 21 Jan 2006 05:21:33 +0000 Subject: Unclutter procedures that include screen elements per step --- css/fedora-draft.css | 3 +++ css/fedora-plain.css | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/fedora-draft.css b/css/fedora-draft.css index fce1fab..7eb4f87 100644 --- a/css/fedora-draft.css +++ b/css/fedora-draft.css @@ -133,6 +133,9 @@ div.example { /* prevent inheritance */ margin-bottom: 0em; } +.procedure ol li pre { + margin-bottom: 1em; +} .itemizedlist ul li { margin-bottom: 0.5em; diff --git a/css/fedora-plain.css b/css/fedora-plain.css index 24cccdb..1dc7b3e 100644 --- a/css/fedora-plain.css +++ b/css/fedora-plain.css @@ -135,7 +135,9 @@ div.example { /* prevent inheritance */ margin-bottom: 0em; } - +.procedure ol li pre { + margin-bottom: 1em; +} .itemizedlist ul li { margin-bottom: 0.5em; } -- cgit