Tighten up the padding on the repo list view

This commit is contained in:
Joseph Schorr 2015-07-22 16:52:53 -04:00
parent 5feb07cb1a
commit 7a0014b77d

View file

@ -50,6 +50,14 @@
.repo-list-title .starred {
color: #ffba6d;
display: inline-block;
text-align: center;
width: 24px;
margin-right: 6px;
}
.repo-list-title .avatar {
margin-right: 6px !important;
}
.repo-panel {