From: Andrew Gerrand Date: Wed, 22 Feb 2012 01:45:01 +0000 (+1100) Subject: godoc: adjust line height in pre blocks X-Git-Tag: weekly.2012-02-22~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43cfbb0fb50b468830b52a568b283c4514a3c481;p=gostls13.git godoc: adjust line height in pre blocks R=gri, dsymonds CC=golang-dev https://golang.org/cl/5687071 --- diff --git a/doc/style.css b/doc/style.css index 13a0e04ee4..c53f93dd05 100644 --- a/doc/style.css +++ b/doc/style.css @@ -7,6 +7,9 @@ pre, code { font-family: Menlo, monospace; font-size: 14px; } +pre { + line-height: 18px; +} pre .comment { color: #375EAB; }