aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-09-01 22:26:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:26:18 +0000
commit23e833b3b21720316e883d4d9e52c4b4e6736fb0 (patch)
tree5d884c02fcf7e731b299d46df581609ee696d3be
parent49f37c7f19230cea020977f5ff4e4472bcaee50e (diff)
parentbbc42023183460376b7d44a35a5c5a5710856477 (diff)
downloadtools-23e833b3b21720316e883d4d9e52c4b4e6736fb0.tar.gz
godoc/static: shorten vertical space above headings
automerge: bbc4202 * commit 'bbc42023183460376b7d44a35a5c5a5710856477': godoc/static: shorten vertical space above headings
-rw-r--r--godoc/static/static.go5
-rw-r--r--godoc/static/style.css4
2 files changed, 5 insertions, 4 deletions
diff --git a/godoc/static/static.go b/godoc/static/static.go
index 02d0435..5c42fd0 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -2783,7 +2783,7 @@ h2,
h3,
h4,
.rootHeading {
- margin: 40px 0 20px;
+ margin: 20px 0 20px;
padding: 0;
color: #375EAB;
font-weight: bold;
@@ -3483,5 +3483,6 @@ a.error {
border: 1px solid #BBB;
white-space: pre-wrap;
}
-}`,
+}
+`,
}
diff --git a/godoc/static/style.css b/godoc/static/style.css
index 3ea4a11..241fa90 100644
--- a/godoc/static/style.css
+++ b/godoc/static/style.css
@@ -66,7 +66,7 @@ h2,
h3,
h4,
.rootHeading {
- margin: 40px 0 20px;
+ margin: 20px 0 20px;
padding: 0;
color: #375EAB;
font-weight: bold;
@@ -766,4 +766,4 @@ a.error {
border: 1px solid #BBB;
white-space: pre-wrap;
}
-} \ No newline at end of file
+}