From 3b6a7405dea757daa9e31093eecd89522ec61856 Mon Sep 17 00:00:00 2001 From: Yusuf Davids Date: Fri, 18 Jan 2008 13:21:55 +0000 Subject: [PATCH] KTS-2800 "Dashlets display with horizontal lines between text" Fixed. Changed the style overflow and padding --- resources/css/kt-framing.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 7377c4a..9763b18 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -553,8 +553,10 @@ a.main_nav_item { top: 0; z-index: 1; width:auto; - padding: 0 2em 1em 0; - overflow: auto; + /*padding: 0 2em 1em 0; + overflow: auto;*/ + padding: 0.25em 2em 0em 0em; + overflow: hidden; min-height: 600px; } -- libgit2 0.21.4