From: Jouni Koivuviita Date: Thu, 3 Sep 2009 12:11:10 +0000 (+0000) Subject: Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 auto; centeri... X-Git-Tag: 6.7.0.beta1~2528 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bbaf5b41eacd40441733f852a563a0d9b429aae9;p=vaadin-framework.git 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 --- 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");