aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-13 15:02:36 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-13 15:02:36 +1100
commitc9f1f56143c7f4284fe3bdd3526aeb72714d533f (patch)
tree4f2d6ce76a6f9bed6189bdabbcf39cb0da5e11b3
parentcf46040784ad13ccd88aaea70e31f1dd89748cf9 (diff)
downloadgo-c9f1f56143c7f4284fe3bdd3526aeb72714d533f.tar.gz
go-c9f1f56143c7f4284fe3bdd3526aeb72714d533f.zip
doc: increase h3 size
This makes h3 and h4 more distinct, and h2 and h3 the same size. The h2 and h3 styles may be distinguished h2's background styles. This means that almost all text on the site is either 16px, 20px, or 24px. (with a smattering of 14px) R=golang-dev, r CC=golang-dev https://golang.org/cl/5754095
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index a46b8f8a99..882ce7435d 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -71,7 +71,7 @@ h2 {
padding: 2px 5px;
}
h3 {
- font-size: 18px;
+ font-size: 20px;
}
h3,
h4 {