mirror of
https://github.com/golang/go
synced 2024-11-21 21:34:40 -07:00
godoc: adjust line height in pre blocks
R=gri, dsymonds CC=golang-dev https://golang.org/cl/5687071
This commit is contained in:
parent
9c8923f7dc
commit
43cfbb0fb5
@ -7,6 +7,9 @@ pre, code {
|
|||||||
font-family: Menlo, monospace;
|
font-family: Menlo, monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
pre .comment {
|
pre .comment {
|
||||||
color: #375EAB;
|
color: #375EAB;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user