From e93569179c532d97cc78e4448f0545f24d1d7485 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 4 Sep 2008 12:11:58 +0000 Subject: [PATCH] Managed to remove the bottoom line of the tabsheet somehow. Fixed. svn changeset:5360/svn branch:trunk --- WebContent/ITMILL/themes/default/tabsheet/tabsheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css index 8e7e0ffe2c..b9f6af9d49 100644 --- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css +++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css @@ -146,7 +146,7 @@ } .i-tabsheet-deco { - height: 9px; + height: 10px; background: transparent url(../panel/img/bottom-right.png) repeat-x right top; margin-left: 9px; } -- 2.39.5