From 77164c7bbbbe4e50093f2d3d6d11da13a36a849d Mon Sep 17 00:00:00 2001 From: Dmitry Groshev Date: Fri, 13 Jan 2012 18:40:34 +0400 Subject: [PATCH] line numbers are now non-selectable --- app/assets/stylesheets/commits.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/commits.css.scss b/app/assets/stylesheets/commits.css.scss index e42b9dfc..3df880d1 100644 --- a/app/assets/stylesheets/commits.css.scss +++ b/app/assets/stylesheets/commits.css.scss @@ -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;