From df1bd06a47f79ff0aaff1387ac9f9cb5c8cf822a Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 4 Nov 2014 21:57:42 -0500 Subject: [PATCH] Fix line-height in tables --- _less/screen.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_less/screen.less b/_less/screen.less index b6908866..90eed06b 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -386,7 +386,9 @@ table td,table th{ -moz-border-radius:6px; border-radius:6px; } -.content p,.content li{ +.content p, +.content li, +.content table{ line-height:1.5em; }