From: Jouni Koivuviita Date: Thu, 9 Oct 2008 09:36:37 +0000 (+0000) Subject: Removed unnecessary background image from tabsheet.css. X-Git-Tag: 6.7.0.beta1~4006 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2925919d3b40cfd792cc3c98b9edee5fa2d48dc;p=vaadin-framework.git Removed unnecessary background image from tabsheet.css. svn changeset:5617/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 212bf2d237..41915969db 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1852,7 +1852,6 @@ input.i-modified, padding:0; border:0; height: 48px; - background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; width: 100%; overflow:hidden; } diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css index b9f6af9d49..1ef390e94c 100644 --- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css +++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css @@ -12,7 +12,6 @@ padding:0; border:0; height: 48px; - background: transparent url(img/tabs-bg.png) repeat-x bottom left; width: 100%; overflow:hidden; }