Commit 911abedf25ab6a6d1a55954e7d75b0f2482c97a4

Authored by Dmitriy Zaporozhets
2 parents cddf61ef 77164c7b

Merge pull request #292 from si14/patch-1

line numbers are now non-selectable
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/assets/stylesheets/commits.css.scss
@@ -55,6 +55,9 @@ @@ -55,6 +55,9 @@
55 min-width:35px; 55 min-width:35px;
56 max-width:35px; 56 max-width:35px;
57 width:35px; 57 width:35px;
  58 + moz-user-select: none;
  59 + -khtml-user-select: none;
  60 + user-select: none;
58 a { 61 a {
59 float:left; 62 float:left;
60 width:35px; 63 width:35px;