]> Cypherpunks repositories - gostls13.git/commitdiff
doc: increase h3 size
authorAndrew Gerrand <adg@golang.org>
Tue, 13 Mar 2012 04:02:36 +0000 (15:02 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 13 Mar 2012 04:02:36 +0000 (15:02 +1100)
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

doc/style.css

index a46b8f8a99a910efe5249aa806806e9cd24eb26e..882ce7435de51a3c424440237f52e016057d761e 100644 (file)
@@ -71,7 +71,7 @@ h2 {
        padding: 2px 5px;
 }
 h3 {
-       font-size: 18px;
+       font-size: 20px;
 }
 h3,
 h4 {