Skip to content

Commit

Permalink
Unit of measure px / % is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Nov 2, 2015
1 parent 5aef583 commit d9c95ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap3/css/gitgraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ em {font-style:normal;}
#git-graph-container li a em {color:#BB0000;border-bottom:1px dotted #BBBBBB;text-decoration:none;font-style:normal;}

#rev-list {margin:0;padding:0 5px 0 0;}
#graph-raw-list {margin:0px;}
#graph-raw-list {margin:0;}
2 changes: 1 addition & 1 deletion themes/bootstrap3/less/gitlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}
}
table td {
padding: 0px;
padding: 0;
}
.new {
background-color: #DFD;
Expand Down
2 changes: 1 addition & 1 deletion themes/default/css/gitgraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ em {font-style:normal;}
#git-graph-container li a em {color:#BB0000;border-bottom:1px dotted #BBBBBB;text-decoration:none;font-style:normal;}

#rev-list {margin:0;padding:0 5px 0 0;}
#graph-raw-list {margin:0px;}
#graph-raw-list {margin:0;}
2 changes: 1 addition & 1 deletion themes/default/less/files.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
}
table td {
padding: 0px;
padding: 0;
}
.new {
background-color:#DFD;
Expand Down
2 changes: 1 addition & 1 deletion themes/default/less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

// Bar of progress
.progress .bar {
width: 0%;
width: 0;
height: 18px;
color: @white;
font-size: 12px;
Expand Down

0 comments on commit d9c95ef

Please sign in to comment.