summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-15 11:36:39 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-15 11:36:39 +0000
commit5b536f7ff656ba4be29936fac04f7bc7ff5986ff (patch)
tree02b6dd64ff65d2d151ff0dea21ced491cd6da2a0 /WebContent
parent45b8f0c0a010f4156e6e2b10288efd7921e020e4 (diff)
downloadvaadin-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.html2
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 -->