From dd2e0638951e7f47024fbfdf7b2736e119d9c5d3 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 5 May 2013 02:50:27 -0400 Subject: [PATCH] Use a consistent line-height --- _less/screen.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_less/screen.less b/_less/screen.less index f7c167c0..a9fd4bdb 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -33,7 +33,7 @@ h1 img,h2 img,h3 img{ margin-right:5px; } p { - line-height: 1.5em; + line-height:1.5em; } a:link,a:visited,a:active{ color:#4892b2; @@ -395,6 +395,7 @@ li{ .index a,.index a:link,.index a:active,.index a:visited{ display:block; text-decoration:none; + line-height:1.5em; } .box{