X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/blobdiff_plain/0305a0623a27fbb79c53d2bb2732cec0067189ed..4dcd50cd53223f7c8a40aa231af23995abe1c3a1:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 44ce42b..8e93114 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -782,3 +782,9 @@ td.pre, div.pre, div.diff { .kwb { color:#6b3099; } .kwc { color:#d4663d; } .kwd { color:#2928ff; } + +/* Unselectable line numbers for easier copy+paste. */ + +[unselectable-linenr]::before { + content: attr(unselectable-linenr); +}