Merge "Exclude backlinks from selection"

This commit is contained in:
jenkins-bot 2014-03-10 01:50:12 +00:00 committed by Gerrit Code Review
commit 94045b1183

View file

@ -14,3 +14,11 @@
width: 1px !important;
overflow: hidden;
}
.mw-cite-backlink,
.cite-accessibility-label {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}