.github-embed.github-logo-mark {
    background-image: url( '../images/github-logo.svg' );
    background-repeat: no-repeat;
    background-position: 1em center;
    background-size: 2em;
}

.github-embed {
	width: 100%;
	margin: auto;
	margin-bottom: 1em;
	position: relative;
}

.github-embed.github-logo-octocat {
	background-image: url('../img/github-logos/octocat.png');
}

.github-embed.github-logo-mark {
	background-image: url('../img/github-logos/mark.png');
}

li.github-repo-contributor {
	clear: both;
	display: block;
}

.github-repo-contributor-avatar {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	width: 64px;
}
