Skip to content

Commit bbfabb8

Browse files
committed
Make refs more visible
1 parent 2e836ed commit bbfabb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/explaingit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ g.branch-tag.remote-branch > rect {
304304
g.branch-tag > text {
305305
text-anchor: middle;
306306
fill: #000;
307-
font-size: 11px;
307+
font-size: 15px;
308308
font-family: Arial;
309309
}
310310

@@ -317,7 +317,7 @@ g.head-tag > rect {
317317
g.head-tag > text {
318318
text-anchor: middle;
319319
fill: #000;
320-
font-size: 11px;
320+
font-size: 15px;
321321
font-family: Arial;
322322
font-weight: bold;
323323
text-transform: uppercase;

js/historyview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ define(['d3'], function() {
926926

927927
newTags.append('svg:rect')
928928
.attr('width', function(d) {
929-
return (d.name.length * 6) + 10;
929+
return (d.name.length * 8) + 20;
930930
})
931931
.attr('height', 20)
932932
.attr('y', function(d) {

0 commit comments

Comments
 (0)