test header file now contains user-select:none property

Thu, 10 Nov 2016 18:27:16 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 10 Nov 2016 18:27:16 +0100
changeset 59
643a3ccecd61
parent 58
f37984d9ab11
child 60
9f25df78925e

test header file now contains user-select:none property

test/header.html file | annotate | diff | comparison | revisions
     1.1 --- a/test/header.html	Wed Aug 31 16:21:28 2016 +0200
     1.2 +++ b/test/header.html	Thu Nov 10 18:27:16 2016 +0100
     1.3 @@ -3,6 +3,13 @@
     1.4    <head>
     1.5      <title>c2html</title>
     1.6      <style type="text/css">
     1.7 +      span.c2html-lineno {
     1.8 +        /* as long as user-select isn't widely spread, we throw the bomb */
     1.9 +        -webkit-user-select: none;
    1.10 +        -moz-user-select: none;
    1.11 +        -ms-user-select: none;
    1.12 +        user-select: none;
    1.13 +      }
    1.14        span.c2html-lineno a {
    1.15          font-style: italic;
    1.16          text-decoration: none;

mercurial