From 3a1235a834118bb52c5d92fce9c7182c04a44e0b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 4 Mar 2010 13:59:31 -0500 Subject: [PATCH] Moved the line-height definition into the body element. --- doc/project_overview/common.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/project_overview/common.css b/doc/project_overview/common.css index 3be3e01..6238cc0 100644 --- a/doc/project_overview/common.css +++ b/doc/project_overview/common.css @@ -15,6 +15,7 @@ body { background-color: #fff; color: #000; font-family: georgia; + line-height: 1.25; margin: 0 auto; width: 42em; } @@ -49,13 +50,7 @@ h3 { } -li { - line-height: 1.25; -} - - p, blockquote { - line-height: 1.25; margin: 1.25em 0; } -- 2.43.2