Skip to content

Instantly share code, notes, and snippets.

@chrisvogt
Created October 28, 2012 07:01
Show Gist options
  • Select an option

  • Save chrisvogt/3967931 to your computer and use it in GitHub Desktop.

Select an option

Save chrisvogt/3967931 to your computer and use it in GitHub Desktop.
Unsupported browser alert bar
<!-- pulled from the heart of Github -->
<div id="unsupported-browser">
<div class="container clearfix">
<a href="https://help.github.com/articles/supported-browsers" class="button classy">Learn More</a>
<h5>Please note that GitHub no longer supports Internet Explorer versions 7 or 8.</h5>
<p>We recommend upgrading to <a href="http://ie.microsoft.com/">Internet Explorer 9</a>, <a href="http://chrome.google.com">Google Chrome</a>, or <a href="http://mozilla.org/firefox/">Firefox</a>.</p>
</div>
</div>
@chrisvogt
Copy link
Author

I like this, clean and simple.

@jbeach
Copy link

jbeach commented May 21, 2013

Totally agree! What script is running to show/hide that markup? Is it Modernizr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment