line numbers are now non-selectable

This commit is contained in:
Dmitry Groshev 2012-01-13 18:40:34 +04:00
parent 6cf000ff52
commit 77164c7bbb

View file

@ -44,6 +44,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;