]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: adjust line height in pre blocks
authorAndrew Gerrand <adg@golang.org>
Wed, 22 Feb 2012 01:45:01 +0000 (12:45 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 22 Feb 2012 01:45:01 +0000 (12:45 +1100)
R=gri, dsymonds
CC=golang-dev
https://golang.org/cl/5687071

doc/style.css

index 13a0e04ee4d16a904ceb866c2b465ebcb4a6fcdc..c53f93dd0583891fb95d64142ed33d7ce2be9d39 100644 (file)
@@ -7,6 +7,9 @@ pre, code {
        font-family: Menlo, monospace;
        font-size: 14px;
 }
+pre {
+       line-height: 18px;
+}
 pre .comment {
        color: #375EAB;
 }