Skip to content

Commit

Permalink
Removed Chrome Frame and changed html classes
Browse files Browse the repository at this point in the history
The class was changed from `chromeframe` to `browsehappy`.
  • Loading branch information
qgustavor committed Jun 14, 2013
1 parent 8f74370 commit dde33ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ textarea {
}

/* ==========================================================================
Chrome Frame prompt
Browse Happy prompt
========================================================================== */

.chromeframe {
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<!-- Add your site or application content here -->
Expand Down

0 comments on commit dde33ff

Please sign in to comment.