From 7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Thu, 1 Dec 2011 15:20:28 +0200 Subject: Remove the last simple ie6 hacks #7912 --- WebContent/VAADIN/themes/base/splitpanel/splitpanel.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WebContent/VAADIN/themes/base/splitpanel') diff --git a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css index c24e2df06b..7831a8d9ce 100644 --- a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css +++ b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css @@ -4,11 +4,9 @@ } .v-splitpanel-hsplitter { width: 6px; - font-size: 1px; /* for IE6 */ } .v-splitpanel-hsplitter div { width: 6px; - font-size: 1px; /* for IE6 */ position: absolute; top: 0; bottom: 0; @@ -21,11 +19,9 @@ } .v-splitpanel-vsplitter { height: 6px; - font-size: 1px; /* for IE6 */ } .v-splitpanel-vsplitter div { height: 6px; - font-size: 1px; /* for IE6 */ background: #ddd; cursor: s-resize; cursor: row-resize; -- cgit v1.2.3