Commit da3b158a authored by Robert Speicher's avatar Robert Speicher

Fix SCSS lint for EE

parent 7d72bf13
...@@ -5,8 +5,8 @@ table.code { ...@@ -5,8 +5,8 @@ table.code {
font-family: $monospace_font; font-family: $monospace_font;
border: none; border: none;
border-collapse: separate; border-collapse: separate;
margin: 0px; margin: 0;
padding: 0px; padding: 0;
-premailer-cellpadding: 0; -premailer-cellpadding: 0;
-premailer-cellspacing: 0; -premailer-cellspacing: 0;
-premailer-width: 100%; -premailer-width: 100%;
...@@ -18,12 +18,12 @@ table.code { ...@@ -18,12 +18,12 @@ table.code {
} }
td.diff-line-num { td.diff-line-num {
margin: 0px; margin: 0;
padding: 0px; padding: 0;
border: none; border: none;
background: $background-color; background: $background-color;
color: rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.3);
padding: 0px 5px; padding: 0 5px;
border-right: 1px solid $border-color; border-right: 1px solid $border-color;
text-align: right; text-align: right;
min-width: 35px; min-width: 35px;
...@@ -33,8 +33,8 @@ table.code { ...@@ -33,8 +33,8 @@ table.code {
td.line_content { td.line_content {
display: block; display: block;
margin: 0px; margin: 0;
padding: 0px 0.5em; padding: 0 0.5em;
border: none; border: none;
white-space: pre; white-space: pre;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment