From d8391f5e89b2e77acf94be3b1ab414b8a42b969a Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Mon, 25 Nov 2019 01:15:47 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- .../organisation/PMRWorkspacesWindow/res/diff.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 src/plugins/organisation/PMRWorkspacesWindow/res/diff.html diff --git a/src/plugins/organisation/PMRWorkspacesWindow/res/diff.html b/src/plugins/organisation/PMRWorkspacesWindow/res/diff.html old mode 100644 new mode 100755 index 9502e0259a..807e83bff7 --- a/src/plugins/organisation/PMRWorkspacesWindow/res/diff.html +++ b/src/plugins/organisation/PMRWorkspacesWindow/res/diff.html @@ -8,7 +8,7 @@ -webkit-user-select: none; font-family: arial, sans-serif; font-size: 10pt; - margin: 0px; + margin: 0; cursor: default; } @@ -26,7 +26,7 @@ } table td { - padding: 0px; + padding: 0; white-space: nowrap; } @@ -35,7 +35,7 @@ } table td.tag { - padding: 0em 0.3em 0em 0.3em; + padding: 0 0.3em; color: rgb(153, 153, 153); } @@ -44,12 +44,12 @@ } table tr { - margin: 0px; + margin: 0; color: rgba(0, 0, 0, 0.69); } table tr td.linenumber { - padding: 0em 0.5em 0em 0.5em; + padding: 0 0.5em; color: rgb(153, 153, 153); text-align: right; } @@ -60,7 +60,7 @@ } table tr.filename { - margin: 0em 0em 0.5em 0em; + margin: 0 0 0.5em; background-color: rgba(16, 115, 176, 0.69); font-size: 13pt; font-weight: bold;