Merge pull request #292 from si14/patch-1
line numbers are now non-selectable
This commit is contained in:
commit
911abedf25
|
@ -55,6 +55,9 @@
|
|||
min-width:35px;
|
||||
max-width:35px;
|
||||
width:35px;
|
||||
moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none;
|
||||
a {
|
||||
float:left;
|
||||
width:35px;
|
||||
|
|
Loading…
Reference in a new issue