Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Nov 25, 2019
1 parent be13ada commit d8391f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/plugins/organisation/PMRWorkspacesWindow/res/diff.html 100644 → 100755
Expand Up @@ -8,7 +8,7 @@
-webkit-user-select: none;
font-family: arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin: 0;
cursor: default;
}

Expand All @@ -26,7 +26,7 @@
}

table td {
padding: 0px;
padding: 0;
white-space: nowrap;
}

Expand All @@ -35,7 +35,7 @@
}

table td.tag {
padding: 0em 0.3em 0em 0.3em;
padding: 0 0.3em;
color: rgb(153, 153, 153);
}

Expand All @@ -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;
}
Expand All @@ -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;
Expand Down

0 comments on commit d8391f5

Please sign in to comment.