Empty line counting in diff
Created by: Danpiel
Hello, I noticed this interesing thing in diff
In real life of file one line was added with code
from this
.header {
margin: 0 auto;
padding: 0;
position: relative;
width: 100%;
z-index: 100;
}
to this
.header {
margin: 0 auto;
padding: 0;
position: relative;
width: 100%;
background: #F1F1F1 url("images/bg-stripe.gif") repeat-x bottom;
z-index: 100;
}
Using Gitlab master 2b79706d