mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +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;}
|
#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;}
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
table td {
|
table td {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.new {
|
.new {
|
||||||
background-color: #DFD;
|
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;}
|
#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;}
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
table td {
|
table td {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.new {
|
.new {
|
||||||
background-color:#DFD;
|
background-color:#DFD;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user