Reorganizes assets

This commit is contained in:
Zeno Rocha 2015-09-24 22:40:24 -07:00
parent 5cbce1fdc6
commit 4feb26ddb1
9 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 519 B

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="bower_components/primer-css/css/primer.css">
<link rel="stylesheet" href="bower_components/highlightjs/styles/github.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900">
<link rel="stylesheet" href="assets/main.css">
<link rel="stylesheet" href="assets/styles/main.css">
</head>
<body>
<header class="header gradient text-center">
@ -83,7 +83,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
<input id="foo" type="text" value="https://github.com/zenorocha/clipboard.js.git">
<span class="input-group-button">
<button class="btn" type="button" data-target="foo">
<img class="clippy" src="assets/clippy.svg" width="13" alt="Copy to clipboard">
<img class="clippy" src="assets/images/clippy.svg" width="13" alt="Copy to clipboard">
</button>
</span>
</div>
@ -156,22 +156,22 @@ var btns = clipboard.triggers;</code></pre>
<ul class="support">
<li>
<img src="assets/chrome.png" width="64" height="64" alt="Chrome logo">
<img src="assets/images/chrome.png" width="64" height="64" alt="Chrome logo">
<p>Chrome 42+</p>
<li>
<img src="assets/firefox.png" width="64" height="64" alt="Firefox logo">
<img src="assets/images/firefox.png" width="64" height="64" alt="Firefox logo">
<p>Firefox 41+</p>
</li>
<li>
<img src="assets/ie.png" width="64" height="64" alt="Internet Explorer logo">
<img src="assets/images/ie.png" width="64" height="64" alt="Internet Explorer logo">
<p>IE 9+</p>
</li>
<li>
<img src="assets/opera.png" width="64" height="64" alt="Opera logo">
<img src="assets/images/opera.png" width="64" height="64" alt="Opera logo">
<p>Opera 29+</p>
</li>
<li>
<img src="assets/safari.png" width="64" height="64" alt="Safari logo">
<img src="assets/images/safari.png" width="64" height="64" alt="Safari logo">
<p>Safari ✘</p>
</li>
</ul>