aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-02-22 12:45:01 +1100
committerAndrew Gerrand <adg@golang.org>2012-02-22 12:45:01 +1100
commit43cfbb0fb50b468830b52a568b283c4514a3c481 (patch)
tree8be4ec40269744137e064018bbb11b93ecb46d92
parent9c8923f7dc4b983dca233085560adf4dc079dc25 (diff)
downloadgo-43cfbb0fb50b468830b52a568b283c4514a3c481.tar.gz
go-43cfbb0fb50b468830b52a568b283c4514a3c481.zip
godoc: adjust line height in pre blocks
R=gri, dsymonds CC=golang-dev https://golang.org/cl/5687071
-rw-r--r--doc/style.css3
1 files changed, 3 insertions, 0 deletions
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;
}