Commit ec1d2147 authored by Phil Hughes's avatar Phil Hughes

Fixes the border color on diffs

parent d9e5edf1
...@@ -431,9 +431,9 @@ table.code { ...@@ -431,9 +431,9 @@ table.code {
&.diff-line-num { &.diff-line-num {
user-select: none; user-select: none;
margin: 0; margin: 0;
border: 0;
padding: 0 10px 0 5px; padding: 0 10px 0 5px;
border-right: 1px solid; border-right-width: 1px;
border-right-style: solid;
text-align: right; text-align: right;
width: 50px; width: 50px;
position: relative; position: relative;
......
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