diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-15 11:36:39 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-15 11:36:39 +0000 |
commit | 5b536f7ff656ba4be29936fac04f7bc7ff5986ff (patch) | |
tree | 02b6dd64ff65d2d151ff0dea21ced491cd6da2a0 /WebContent | |
parent | 45b8f0c0a010f4156e6e2b10288efd7921e020e4 (diff) | |
download | vaadin-framework-5b536f7ff656ba4be29936fac04f7bc7ff5986ff.tar.gz vaadin-framework-5b536f7ff656ba4be29936fac04f7bc7ff5986ff.zip |
Fixes #4544: Demo page images are broken on IE6
svn changeset:12561/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index fe00587940..f1fd714e75 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -5,7 +5,7 @@ <title>Vaadin @version@</title> <link rel="stylesheet" type="text/css" href="demo/css/styles.css" /> <link rel="stylesheet" type="text/css" href="demo/css/zoombox.css" /> - <!--[if IE]> + <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="demo/css/ie.css" /> <![endif]--> </head> <!-- /head --> |