]> Cypherpunks repositories - gostls13.git/commitdiff
doc: grey out line numbers
authorAndrew Gerrand <adg@golang.org>
Tue, 14 Feb 2012 23:31:28 +0000 (10:31 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 14 Feb 2012 23:31:28 +0000 (10:31 +1100)
R=gri
CC=golang-dev
https://golang.org/cl/5675049

doc/style.css

index b9b468d65bacfa3c2da5d156ab2abaef295dc3a9..68a43f9b21bc8b5b573f326d7c5732a141ed5197 100644 (file)
@@ -10,6 +10,9 @@ pre, code {
 pre .comment {
        color: #375EAB;
 }
+pre .ln {
+       color: #999;
+}
 body {
        color: #222;
 }