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