diff options
Diffstat (limited to 'templates/style.inc')
-rw-r--r-- | templates/style.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/style.inc b/templates/style.inc index 730554c3..862c109c 100644 --- a/templates/style.inc +++ b/templates/style.inc @@ -280,14 +280,14 @@ if (window.attachEvent) window.attachEvent("onload", sfHover); padding: 0; list-style: none; border: 1px solid #000; - line-height: 1; + line-height: 1.0; } #sidebar ul { margin: 0px; list-style: none; padding: 0px; font-family: verdana, arial, Helvetica, sans-serif; - line-height: 1; + line-height: 1.0; } #sidebar li { /* margin: 0 0 1px 0; */ |