diff --git a/themes/bootstrap3/css/gitgraph.css b/themes/bootstrap3/css/gitgraph.css index 43347fa..e6facc2 100644 --- a/themes/bootstrap3/css/gitgraph.css +++ b/themes/bootstrap3/css/gitgraph.css @@ -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;} \ No newline at end of file +#graph-raw-list {margin:0;} \ No newline at end of file diff --git a/themes/bootstrap3/less/gitlist.less b/themes/bootstrap3/less/gitlist.less index a79a514..314ecc4 100644 --- a/themes/bootstrap3/less/gitlist.less +++ b/themes/bootstrap3/less/gitlist.less @@ -106,7 +106,7 @@ } } table td { - padding: 0px; + padding: 0; } .new { background-color: #DFD; diff --git a/themes/default/css/gitgraph.css b/themes/default/css/gitgraph.css index 43347fa..e6facc2 100644 --- a/themes/default/css/gitgraph.css +++ b/themes/default/css/gitgraph.css @@ -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;} \ No newline at end of file +#graph-raw-list {margin:0;} \ No newline at end of file diff --git a/themes/default/less/files.less b/themes/default/less/files.less index 373d866..d69c727 100644 --- a/themes/default/less/files.less +++ b/themes/default/less/files.less @@ -45,7 +45,7 @@ } } table td { - padding: 0px; + padding: 0; } .new { background-color:#DFD; diff --git a/themes/default/less/progress-bars.less b/themes/default/less/progress-bars.less index 3b47e64..f1961d8 100755 --- a/themes/default/less/progress-bars.less +++ b/themes/default/less/progress-bars.less @@ -52,7 +52,7 @@ // Bar of progress .progress .bar { - width: 0%; + width: 0; height: 18px; color: @white; font-size: 12px;