From f86f19ee194f90e98968ba7710f59e086dfbe102 Mon Sep 17 00:00:00 2001 From: Henri Kerola Date: Fri, 24 Sep 2010 07:55:16 +0000 Subject: [PATCH] #5661: Extra line above menubar in Liferay theme in IE6 svn changeset:15168/svn branch:6.4 --- WebContent/VAADIN/themes/liferay/common/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/VAADIN/themes/liferay/common/common.css b/WebContent/VAADIN/themes/liferay/common/common.css index e05d601972..36fee4e81a 100644 --- a/WebContent/VAADIN/themes/liferay/common/common.css +++ b/WebContent/VAADIN/themes/liferay/common/common.css @@ -46,4 +46,8 @@ div.v-app { .v-ie8 .v-Notification, .v-ie8 .v-contextmenu { margin-top: -16px; +} + +.v-ie6 .v-view { + border-top: none; } \ No newline at end of file -- 2.39.5