Skip to content

Instantly share code, notes, and snippets.

@matej21
Last active May 23, 2016 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matej21/83122d61eae74b4e12860593987ad3ed to your computer and use it in GitHub Desktop.
Save matej21/83122d61eae74b4e12860593987ad3ed to your computer and use it in GitHub Desktop.
.highlight, .blob-code {
tab-size: 4 !important;
}
.repo-list .repo-list-item {
padding-top: 3px;
padding-bottom: 5px;
}
.repo-list .repo-list-meta {
position: absolute;
top: 0;
right: 150px;
font-size: 11px;
}
.repo-list .repo-list-stats {
font-size: 10px;
}
.repo-list .repo-list-name {
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
.repo-list .repo-list-item .participation-graph, .repo-list .repo-list-description {
display: none;
}
.repo-list .repo-list-info {
position: absolute;
top: 4px;
left: 260px;
zoom: 1;
font-size: 11px;
color: white;
}
.repo-list .repo-list-info > svg {
color: #666;
}
.repo-list .repo-list-info > a {
position: absolute;
left: 15px;
top: 0;
width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.repo-list .repo-list-stat-item {
width: 35px;
white-space: nowrap;
overflow: hidden;
}
.repo-list .starring-container form {
margin-top: -8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment