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;