mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +01:00
Unit of measure px / % is redundant
This commit is contained in:
@@ -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;}
|
||||
@@ -106,7 +106,7 @@
|
||||
}
|
||||
}
|
||||
table td {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
.new {
|
||||
background-color: #DFD;
|
||||
|
||||
@@ -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;}
|
||||
@@ -45,7 +45,7 @@
|
||||
}
|
||||
}
|
||||
table td {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
.new {
|
||||
background-color:#DFD;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
// Bar of progress
|
||||
.progress .bar {
|
||||
width: 0%;
|
||||
width: 0;
|
||||
height: 18px;
|
||||
color: @white;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user