]> source.dussan.org Git - vaadin-framework.git/commitdiff
#5661: Extra line above menubar in Liferay theme in IE6
authorHenri Kerola <henri.kerola@itmill.com>
Fri, 24 Sep 2010 07:55:16 +0000 (07:55 +0000)
committerHenri Kerola <henri.kerola@itmill.com>
Fri, 24 Sep 2010 07:55:16 +0000 (07:55 +0000)
svn changeset:15168/svn branch:6.4

WebContent/VAADIN/themes/liferay/common/common.css

index e05d60197211068a8dbf88afa2566de8e19ffcb7..36fee4e81a5becd25169167217de0844571024da 100644 (file)
@@ -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