| @@ -1,11 +1,12 @@ | ||
| 1 | -.github-embed { | |
| 1 | +.github-embed { | |
| 2 | 2 | padding: 0.5em 2em 0.5em 4em; |
| 3 | 3 | background-color: #fdfdfd; |
| 4 | + color: #111; | |
| 4 | 5 | width: 80%; |
| 5 | 6 | margin: auto; |
| 6 | 7 | margin-bottom: 1em; |
| 7 | - background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png'); | |
| 8 | + background-image: url('../img/github-logos/mark.png'); | |
| 8 | 9 | background-repeat: no-repeat; |
| 9 | 10 | background-position: 1em 1em; |
| 10 | 11 | -webkit-box-shadow: 2px 2px 2px #ddd; |
| 11 | 12 | -moz-box-shadow: 2px 2px 2px #ddd; |
| @@ -11,8 +12,16 @@ | ||
| 11 | 12 | -moz-box-shadow: 2px 2px 2px #ddd; |
| 12 | 13 | box-shadow: 2px 2px 2px #ddd; |
| 13 | 14 | } |
| 14 | 15 | |
| 16 | +.github-embed.github-logo-octocat { | |
| 17 | + background-image: url('../img/github-logos/octocat.png'); | |
| 18 | +} | |
| 19 | + | |
| 20 | +.github-embed.github-logo-mark { | |
| 21 | + background-image: url('../img/github-logos/mark.png'); | |
| 22 | +} | |
| 23 | + | |
| 15 | 24 | li.github-repo-contributor { |
| 16 | 25 | clear: both; |
| 17 | 26 | display: block; |
| 18 | 27 | } |
| @@ -20,5 +29,5 @@ | ||
| 20 | 29 | .github-repo-contributor-avatar { |
| 21 | 30 | float: left; |
| 22 | 31 | margin-right: 1em; |
| 23 | 32 | margin-bottom: 0.5em; |
| 24 | -} | |
| 33 | +} | |