fix EOL Sequence to LF (#257)

This commit is contained in:
Marco Blessing 2017-10-03 22:21:54 +02:00 committed by Dean Attali
parent b1a320fe8c
commit 9cd6f1b716
6 changed files with 13 additions and 13 deletions

View file

@ -61,6 +61,6 @@
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
/* Make line numbers unselectable: excludes line numbers from copy-paste user ops */
.highlight .lineno {color:rgba(0,0,0,0.3);padding: 0 10px;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
.highlight .lineno {color:rgba(0,0,0,0.3);padding: 0 10px;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
.lineno::-moz-selection {background-color: transparent;} /* Mozilla specific */
.lineno::selection {background-color: transparent;} /* Other major browsers */