Commit d0abcc1a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fixed-diff-border' into 'master'

Fixes the border color on diffs

See merge request gitlab-org/gitlab-ce!27479
parents ab8bc5b9 ec1d2147
...@@ -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