From 4964561935671e6bc834b90024070b4756795ff3 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 1 Jan 2005 16:04:28 +0000 Subject: [PATCH] Allow override of font sizes - ignore document specified "line-height". --- .userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/.userContent.css b/.userContent.css index 32a3d14..1501914 100644 --- a/.userContent.css +++ b/.userContent.css @@ -27,6 +27,7 @@ html,html>head,html>head *,html>body,html>body * { * text-indent: 0px !important; */ + line-height: normal !important; } html * li { -- 1.8.3.1