1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:54:43 -07:00

doc: grey out line numbers

R=gri
CC=golang-dev
https://golang.org/cl/5675049
This commit is contained in:
Andrew Gerrand 2012-02-15 10:31:28 +11:00
parent 0ab3ea9738
commit a50315304d

View File

@ -10,6 +10,9 @@ pre, code {
pre .comment {
color: #375EAB;
}
pre .ln {
color: #999;
}
body {
color: #222;
}