PluginProbe
Github Embed / 2.0.2
Github Embed v2.0.2
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 +11 -2 1.52.0.2 View file →
@@ -4,9 +4,9 @@
4 4 color: #111;
5 5 width: 80%;
6 6 margin: auto;
7 7 margin-bottom: 1em;
8 - background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png');
8 + background-image: url('../img/github-logos/mark.png');
9 9 background-repeat: no-repeat;
10 10 background-position: 1em 1em;
11 11 -webkit-box-shadow: 2px 2px 2px #ddd;
12 12 -moz-box-shadow: 2px 2px 2px #ddd;
@@ -12,8 +12,16 @@
12 12 -moz-box-shadow: 2px 2px 2px #ddd;
13 13 box-shadow: 2px 2px 2px #ddd;
14 14 }
15 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 +
16 24 li.github-repo-contributor {
17 25 clear: both;
18 26 display: block;
19 27 }
@@ -21,5 +29,6 @@
21 29 .github-repo-contributor-avatar {
22 30 float: left;
23 31 margin-right: 1em;
24 32 margin-bottom: 0.5em;
25 -}
33 + width: 64px;
34 +}