From: Andrew Gerrand Date: Tue, 14 Feb 2012 23:31:28 +0000 (+1100) Subject: doc: grey out line numbers X-Git-Tag: weekly.2012-02-14~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a50315304d58ab73ea8267f940761f1372e21361;p=gostls13.git doc: grey out line numbers R=gri CC=golang-dev https://golang.org/cl/5675049 --- diff --git a/doc/style.css b/doc/style.css index b9b468d65b..68a43f9b21 100644 --- a/doc/style.css +++ b/doc/style.css @@ -10,6 +10,9 @@ pre, code { pre .comment { color: #375EAB; } +pre .ln { + color: #999; +} body { color: #222; }