Commit 911abedf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #292 from si14/patch-1

line numbers are now non-selectable
parents cddf61ef 77164c7b
......@@ -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;
......
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