From bbaf5b41eacd40441733f852a563a0d9b429aae9 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 3 Sep 2009 12:11:10 +0000 Subject: [PATCH] Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 auto; centering seems to work even in IE6. svn changeset:8654/svn branch:6.1 --- .../demo/sampler/features/layouts/CssLayoutsExample.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java b/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java index 1184357ab5..9e3d5aa3a9 100644 --- a/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java +++ b/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java @@ -30,8 +30,7 @@ public class CssLayoutsExample extends VerticalLayout { + "to demonstrate the dynamic css injection.")); final Label bottomCenter = new Label( - "I'm a 3 inches wide footer at the bottom " - + "of the layout (and centered unless I'm in IE6)"); + "I'm a 3 inches wide footer at the bottom of the layout"); bottomCenter.setSizeUndefined(); // disable 100% default width bottomCenter.setStyleName("footer"); -- 2.39.5