-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
.license-icons { | ||
background: url( 'license-icons.png' ) no-repeat; | ||
background-size: 48px 32px; | ||
background-size: 48px 48px; | ||
} | ||
|
||
.license-icons.bsd { | ||
.license-icons.apache { | ||
width: 16px; | ||
height: 16px; | ||
background-position: 0px 0px; | ||
} | ||
|
||
.license-icons.copyleft { | ||
.license-icons.bsd { | ||
width: 16px; | ||
height: 16px; | ||
background-position: -16px 0px; | ||
} | ||
|
||
.license-icons.gpl { | ||
.license-icons.copyleft { | ||
width: 16px; | ||
height: 16px; | ||
background-position: 0px -16px; | ||
} | ||
|
||
.license-icons.mit { | ||
.license-icons.gpl { | ||
width: 16px; | ||
height: 16px; | ||
background-position: -16px -16px; | ||
} | ||
|
||
.license-icons.open-source { | ||
.license-icons.mit { | ||
width: 16px; | ||
height: 16px; | ||
background-position: -32px 0px; | ||
} | ||
|
||
.license-icons.wtfpl { | ||
.license-icons.open-source { | ||
width: 16px; | ||
height: 16px; | ||
background-position: -32px -16px; | ||
} | ||
|
||
.license-icons.wtfpl { | ||
width: 16px; | ||
height: 16px; | ||
background-position: 0px -32px; | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
.license-icons { | ||
background: url( 'license-icons.png' ) no-repeat; | ||
background-size: 96px 64px; | ||
background-size: 96px 96px; | ||
} | ||
|
||
.license-icons.bsd { | ||
.license-icons.apache { | ||
width: 32px; | ||
height: 32px; | ||
background-position: 0px 0px; | ||
} | ||
|
||
.license-icons.copyleft { | ||
.license-icons.bsd { | ||
width: 32px; | ||
height: 32px; | ||
background-position: -32px 0px; | ||
} | ||
|
||
.license-icons.gpl { | ||
.license-icons.copyleft { | ||
width: 32px; | ||
height: 32px; | ||
background-position: 0px -32px; | ||
} | ||
|
||
.license-icons.mit { | ||
.license-icons.gpl { | ||
width: 32px; | ||
height: 32px; | ||
background-position: -32px -32px; | ||
} | ||
|
||
.license-icons.open-source { | ||
.license-icons.mit { | ||
width: 32px; | ||
height: 32px; | ||
background-position: -64px 0px; | ||
} | ||
|
||
.license-icons.wtfpl { | ||
.license-icons.open-source { | ||
width: 32px; | ||
height: 32px; | ||
background-position: -64px -32px; | ||
} | ||
|
||
.license-icons.wtfpl { | ||
width: 32px; | ||
height: 32px; | ||
background-position: 0px -64px; | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.