Skip to content

Commit

Permalink
Added IE hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Blum committed Nov 26, 2009
1 parent 49174fc commit db811ab
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion feature-inspector-gadget.xml
Expand Up @@ -113,8 +113,20 @@
.content-rewrite-test {
display: none;
}
.ie {
background-color: red;
color: #fff;
padding: 5px;
text-transform: uppercase;
margin-bottom: 20px;
text-align: center;
}
</style>
<!--[if lt IE 8]>
<div class="ie">This Gadget isn't compatible with Internet Explorer versions lower than 8. Sorry.</div>
<![endif]-->
<div id="standard-features">
<h2>Standard Features</h2>
<table width="100%" id="standard-features-table" border="1" cellpadding="3" cellspacing="3"></table>
Expand Down

0 comments on commit db811ab

Please sign in to comment.