From 0482d42ab7f514197b07f9c17fd69aa26822e3cf Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 13 Aug 2013 13:38:11 -0400 Subject: [PATCH] Apply line-height only for the page content --- _less/screen.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 4925a3ca..c41a7fa8 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -28,9 +28,6 @@ h3{ font-size:110%; text-align:left; } -p { - line-height:1.5em; -} a:link, a:visited, a:active{ @@ -74,7 +71,6 @@ ul ul{ } li{ padding:5px 0px; - line-height:1.5em; } li p{ margin:0px; @@ -322,6 +318,9 @@ li p{ -webkit-border-radius: 6px; -moz-border-radius: 6px; } +#content p,#content li{ + line-height:1.5em; +} #footer{ position:relative;