Skip to content

Commit

Permalink
Drop support for IE<9
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 11, 2018
1 parent b543924 commit 941dd94
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -21,12 +21,8 @@ You can use github-fork-ribbon-css without installation via [cdnjs.com](https://

Copy the following code into the `<head>` of your page:


```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.ie.min.css" />
<![endif]-->
```

And this into the `<body>` of your page:
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Expand Up @@ -7,8 +7,7 @@
],
"description": "\"Fork me on GitHub\" CSS ribbon",
"main": [
"gh-fork-ribbon.css",
"gh-fork-ribbon.ie.css"
"gh-fork-ribbon.css"
],
"keywords": [
"css",
Expand Down
49 changes: 0 additions & 49 deletions gh-fork-ribbon.ie.css

This file was deleted.

6 changes: 0 additions & 6 deletions index.html
Expand Up @@ -54,9 +54,6 @@

<!-- START COPYING HERE -->
<link rel="stylesheet" href="gh-fork-ribbon.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="gh-fork-ribbon.ie.css">
<![endif]-->
<!-- END COPYING HERE -->
</head>
<body>
Expand Down Expand Up @@ -103,9 +100,6 @@ <h2>Using with cdnjs</h2>
</p>
<code>
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" /&gt;<br/>
&lt;!--[if lt IE 9]&gt;<br/>
&nbsp;&nbsp;&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.ie.min.css" /&gt;<br/>
&lt;![endif]--&gt;
</code>
<p>
And this into the <strong>&lt;body&gt;</strong> of your page:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -26,8 +26,7 @@
"target": "git://github.com/simonwhitaker/github-fork-ribbon-css.git",
"basePath": "",
"files": [
"gh-fork-ribbon.css",
"gh-fork-ribbon.ie.css"
"gh-fork-ribbon.css"
]
}
}

0 comments on commit 941dd94

Please sign in to comment.