Unit of measure px / % is redundant

This commit is contained in:
JBlond
2015-11-02 15:18:15 +01:00
parent 5aef58398b
commit d9c95ef7f7
5 changed files with 5 additions and 5 deletions

View File

@@ -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;} #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;} #rev-list {margin:0;padding:0 5px 0 0;}
#graph-raw-list {margin:0px;} #graph-raw-list {margin:0;}

View File

@@ -106,7 +106,7 @@
} }
} }
table td { table td {
padding: 0px; padding: 0;
} }
.new { .new {
background-color: #DFD; background-color: #DFD;

View File

@@ -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;} #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;} #rev-list {margin:0;padding:0 5px 0 0;}
#graph-raw-list {margin:0px;} #graph-raw-list {margin:0;}

View File

@@ -45,7 +45,7 @@
} }
} }
table td { table td {
padding: 0px; padding: 0;
} }
.new { .new {
background-color:#DFD; background-color:#DFD;

View File

@@ -52,7 +52,7 @@
// Bar of progress // Bar of progress
.progress .bar { .progress .bar {
width: 0%; width: 0;
height: 18px; height: 18px;
color: @white; color: @white;
font-size: 12px; font-size: 12px;