]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 auto; centeri...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 3 Sep 2009 12:11:10 +0000 (12:11 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 3 Sep 2009 12:11:10 +0000 (12:11 +0000)
svn changeset:8654/svn branch:6.1

src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java

index 1184357ab52412f9eda7bd3a7e76f92cae083ec9..9e3d5aa3a9bdba60ec9dd5b096a40635fed7b941 100644 (file)
@@ -30,8 +30,7 @@ public class CssLayoutsExample extends VerticalLayout {
                 + "to demonstrate the dynamic css injection."));\r
 \r
         final Label bottomCenter = new Label(\r
-                "I'm a 3 inches wide footer at the bottom "\r
-                        + "of the layout (and centered unless I'm in IE6)");\r
+                "I'm a 3 inches wide footer at the bottom of the layout");\r
         bottomCenter.setSizeUndefined(); // disable 100% default width\r
         bottomCenter.setStyleName("footer");\r
 \r