From 5841f744cdf39a0ccd92ca178943c00242334cc6 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 4 Sep 2008 08:07:56 +0000 Subject: [PATCH] Rebuilt styles.css. svn changeset:5356/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 887dc69dbc..b8f0c1a98d 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2011,7 +2011,7 @@ input.i-modified, .i-tabsheet-content { border: 1px solid #babfc0; background-color: #fff; - border-bottom: none; + border-bottom: 1px solid #dee2e3; border-top: none; } @@ -2096,6 +2096,13 @@ input.i-modified, margin: 0; } +* html .i-tabsheet-content { + border-bottom: none; +} +*+html .i-tabsheet-content { + border-bottom: none; +} + * html .i-tabsheet-deco { height: 1px; background: #babfc0; -- 2.39.5