Merged r2688 from rel-1.2-maint branch

This commit is contained in:
nac26 2011-02-16 15:16:54 +00:00
parent 84ed6b810c
commit e7cf331c0e
2 changed files with 15 additions and 1 deletions

View file

@ -1424,3 +1424,11 @@ color: #2485AE;
color: #84a655;
font-size:16px;
}
/* -------------------------------------------------> */
/* IE message when JS is disabled -----------------> */
/* -------------------------------------------------> */
.ie-alert {
color: #f00;
font-weight: bold;
}

View file

@ -20,3 +20,9 @@
</section>
</#if>
</#if>
<!--[if lte IE 8]>
<noscript>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below in the absence of JavaScript. As a result, the site will not be rendered appropriately. To correct this, please either enable JavaScript, upgrade to Internet Explorer 9, or use another browser.</p>
</noscript>
<![endif]-->