Updates browser logos

This commit is contained in:
Zeno Rocha 2015-09-22 08:20:52 -07:00
parent 162aebfb41
commit 0bee39abc0
6 changed files with 6 additions and 6 deletions

BIN
assets/chrome.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
assets/firefox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/ie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/opera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/safari.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -32,7 +32,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
<p>That's why clipboard.js exists.</p>
<p>And remember <a href="https://www.youtube.com/watch?v=b23wrRfy7SM">with great power comes great responsibility</a>.</p>
<p>And don't be a jerk, use it responsibly :)</p>
<h1 id="install">Install</h1>
@ -162,22 +162,22 @@ var btns = clipboard.triggers;</code></pre>
<ul class="support">
<li>
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/chrome/chrome_128x128.png" width="64" height="64" alt="Chrome logo">
<img src="assets/chrome.png" width="64" height="64" alt="Chrome logo">
<p>Chrome 42+</p>
<li>
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/firefox/firefox_128x128.png" width="64" height="64" alt="Firefox logo">
<img src="assets/firefox.png" width="64" height="64" alt="Firefox logo">
<p>Firefox 41+</p>
</li>
<li>
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/internet-explorer/internet-explorer_128x128.png" width="64" height="64" alt="Internet Explorer logo">
<img src="assets/ie.png" width="64" height="64" alt="Internet Explorer logo">
<p>IE 9+</p>
</li>
<li>
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/opera/opera_128x128.png" width="64" height="64" alt="Opera logo">
<img src="assets/opera.png" width="64" height="64" alt="Opera logo">
<p>Opera 29+</p>
</li>
<li>
<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/safari/safari_128x128.png" width="64" height="64" alt="Safari logo">
<img src="assets/safari.png" width="64" height="64" alt="Safari logo">
<p>Safari ✘</p>
</li>
</ul>