commit - 26b163a03e920e099a9aeefaeb6e99d0e0a8baf9
commit + 50b6e2b853641f2523a175298f865fc44f44d8a7
blob - 4770d8445e2767df524c46300a92d897797192ea
blob + c7d9ee04d1db7bdde6bdef6b6a7234d71ebfd35d
--- gotwebd/files/htdocs/gotwebd/gotweb.css
+++ gotwebd/files/htdocs/gotwebd/gotweb.css
text-align: right;
width: 60px;
padding-right: 20px;
+ user-select: none;
}
.blame_code, .blob_code {
/* fixes the width of the first tab */
blob - 7f69ce9024e9a57fbdd1f4b1b3aa6f64dacb8aae
blob + d6f39ddd87489a5be6dceeaae758836ca25385f3
--- gotwebd/pages.tmpl
+++ gotwebd/pages.tmpl
return -1;
!}
<div class="blob_line" id="line{{ lineno }}">
- <a href="#line{{ lineno }}">{{ lineno }}</a>
- {{" "}}
+ <a href="#line{{ lineno }}">{{ lineno }}{{" "}}</a>
<span class="blob_code">{{ line }}</span>
</div>
{{ end }}