Adjust the CSS a bit for displaying the pull box in the repo view

This commit is contained in:
Joseph Schorr 2014-09-19 12:25:02 -04:00
parent e273dca4b4
commit 9003670826

View file

@ -2227,6 +2227,8 @@ p.editable:hover i {
margin-right: -3px;
background: #f8f8f8;
outline: none;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.repo .pull-container .pull-selector i {