PluginProbe
Github Embed / 1.2
Github Embed v1.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 -0 1.11.2 View file →
@@ -10,4 +10,15 @@
10 10 -webkit-box-shadow: 2px 2px 2px #ddd;
11 11 -moz-box-shadow: 2px 2px 2px #ddd;
12 12 box-shadow: 2px 2px 2px #ddd;
13 13 }
14 +
15 +li.github-repo-contributor {
16 + clear: both;
17 + display: block;
18 +}
19 +
20 +.github-repo-contributor-avatar {
21 + float: left;
22 + margin-right: 1em;
23 + margin-bottom: 0.5em;
24 +}