File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ a.showdiff {
130
130
font-size : 9px ;
131
131
font-family : Helvetica;
132
132
border : 1px solid black;
133
- margin-right : 5 px ;
133
+ margin-right : 2 px ;
134
134
padding : 1px 3px 1px 3px ;
135
135
-webkit-border-radius : 2px ;
136
136
}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ var showRefs = function() {
161
161
refs . innerHTML = "" ;
162
162
for ( var i = 0 ; i < commit . refs . length ; i ++ ) {
163
163
var ref = commit . refs [ i ] ;
164
- refs . innerHTML += '<span class="refs ' + ref . type ( ) + ( commit . currentRef == ref . ref ? ' currentBranch' : '' ) + '">' + ref . shortName ( ) + '</span>' ;
164
+ refs . innerHTML += '<span class="refs ' + ref . type ( ) + ( commit . currentRef == ref . ref ? ' currentBranch' : '' ) + '">' + ref . shortName ( ) + '</span> ' ;
165
165
}
166
166
} else
167
167
refs . parentNode . style . display = "none" ;
You can’t perform that action at this time.
0 commit comments