PluginProbe
Github Embed / 1.3
Github Embed v1.3
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | css/github-embed.css +3 -12 1.81.3 View file →
@@ -1,12 +1,11 @@
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 - background-image: url('../img/github-logos/mark.png');
7 + background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png');
9 8 background-repeat: no-repeat;
10 9 background-position: 1em 1em;
11 10 -webkit-box-shadow: 2px 2px 2px #ddd;
12 11 -moz-box-shadow: 2px 2px 2px #ddd;
@@ -12,16 +11,8 @@
12 11 -moz-box-shadow: 2px 2px 2px #ddd;
13 12 box-shadow: 2px 2px 2px #ddd;
14 13 }
15 14
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 -
24 15 li.github-repo-contributor {
25 16 clear: both;
26 17 display: block;
27 18 }
@@ -29,5 +20,5 @@
29 20 .github-repo-contributor-avatar {
30 21 float: left;
31 22 margin-right: 1em;
32 23 margin-bottom: 0.5em;
33 -}
24 +}