From 09c676afa7f2ef7aaa649a9a5de3b84f3fbbc1cf Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 18 Feb 2007 20:53:16 +0000 Subject: Increase line height for readability - this is an EXPERIMENTAL feature (#170204) --- css/fedora-draft.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/fedora-draft.css b/css/fedora-draft.css index 3e4c4ec..320a94a 100644 --- a/css/fedora-draft.css +++ b/css/fedora-draft.css @@ -21,6 +21,10 @@ body { margin-right: 1.5em; } +p { + line-height: 140%; +} + li p { # display: inline; } -- cgit