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

@ -1423,4 +1423,12 @@ color: #2485AE;
#noPubsOrGrants-span a { #noPubsOrGrants-span a {
color: #84a655; color: #84a655;
font-size:16px; font-size:16px;
}
/* -------------------------------------------------> */
/* IE message when JS is disabled -----------------> */
/* -------------------------------------------------> */
.ie-alert {
color: #f00;
font-weight: bold;
} }

View file

@ -19,4 +19,10 @@
${flash} ${flash}
</section> </section>
</#if> </#if>
</#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]-->