Skip to content

Commit

Permalink
feat: add webkit icon
Browse files Browse the repository at this point in the history
  • Loading branch information
t1st3 committed Mar 31, 2015
1 parent 34c3138 commit 8bbb275
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The icons are borrowed from the following projects:
* [![Ubuntu](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/ubuntu.png) Ubuntu](http://www.ubuntu.com/)
* [![VersionEye](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/versioneye.png) VersionEye](https://www.versioneye.com/)
* [![W3C](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/w3c.png) W3C](http://www.w3.org/)
* [![Webkit](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/webkit.png) Webkit](https://www.webkit.org/)
* [![WHATWG](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/whatwg.png) WHATWG](https://whatwg.org/)
* [![Windows 8](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/windows8.png) Windows 8](http://windows.microsoft.com/en-us/windows-8)
* [![Yeoman](https://raw.githubusercontent.com/T1st3/vendor-icons/master/dist/32x32/yeoman.png) Yeoman](http://yeoman.io/)
Expand Down
Binary file added dist/128x128/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/16x16/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/256x256/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/32x32/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/48x48/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/64x64/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/96x96/webkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions dist/sprite-16x16/vendor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-size: 144px 144px;
}

.vendor-icons.inch-ci {
.vendor-icons.ios {
width: 16px;
height: 16px;
background-position: 0px 0px;
Expand Down Expand Up @@ -225,13 +225,13 @@
background-position: -96px 0px;
}

.vendor-icons.angular {
.vendor-icons.inch-ci {
width: 16px;
height: 16px;
background-position: -96px -16px;
}

.vendor-icons.ios {
.vendor-icons.angular {
width: 16px;
height: 16px;
background-position: -96px -32px;
Expand Down Expand Up @@ -435,21 +435,27 @@
background-position: -128px -112px;
}

.vendor-icons.whatwg {
.vendor-icons.webkit {
width: 16px;
height: 16px;
background-position: 0px -128px;
}

.vendor-icons.windows8 {
.vendor-icons.whatwg {
width: 16px;
height: 16px;
background-position: -16px -128px;
}

.vendor-icons.yeoman {
.vendor-icons.windows8 {
width: 16px;
height: 16px;
background-position: -32px -128px;
}

.vendor-icons.yeoman {
width: 16px;
height: 16px;
background-position: -48px -128px;
}

2 changes: 1 addition & 1 deletion dist/sprite-16x16/vendor-icons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/sprite-16x16/vendor-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions dist/sprite-32x32/vendor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-size: 288px 288px;
}

.vendor-icons.inch-ci {
.vendor-icons.ios {
width: 32px;
height: 32px;
background-position: 0px 0px;
Expand Down Expand Up @@ -225,13 +225,13 @@
background-position: -192px 0px;
}

.vendor-icons.angular {
.vendor-icons.inch-ci {
width: 32px;
height: 32px;
background-position: -192px -32px;
}

.vendor-icons.ios {
.vendor-icons.angular {
width: 32px;
height: 32px;
background-position: -192px -64px;
Expand Down Expand Up @@ -435,21 +435,27 @@
background-position: -256px -224px;
}

.vendor-icons.whatwg {
.vendor-icons.webkit {
width: 32px;
height: 32px;
background-position: 0px -256px;
}

.vendor-icons.windows8 {
.vendor-icons.whatwg {
width: 32px;
height: 32px;
background-position: -32px -256px;
}

.vendor-icons.yeoman {
.vendor-icons.windows8 {
width: 32px;
height: 32px;
background-position: -64px -256px;
}

.vendor-icons.yeoman {
width: 32px;
height: 32px;
background-position: -96px -256px;
}

Loading

0 comments on commit 8bbb275

Please sign in to comment.