From: Yury Smolsky Date: Thu, 25 Oct 2018 10:52:50 +0000 (+0300) Subject: cmd/compile: reduce the size of header in ssa.html X-Git-Tag: go1.12beta1~644 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c8b2ac68906a154c470a845172f133aceae7c5c7;p=gostls13.git cmd/compile: reduce the size of header in ssa.html Big title and the help link were taking almost 15% of vertical space. The CL makes header smaller. Change-Id: I36f55ceb23b444e8060a479500c5f709cbd3f6f0 Reviewed-on: https://go-review.googlesource.com/c/144577 Reviewed-by: Josh Bleecher Snyder --- diff --git a/src/cmd/compile/internal/ssa/html.go b/src/cmd/compile/internal/ssa/html.go index 499fda5af5..d76d7c7b33 100644 --- a/src/cmd/compile/internal/ssa/html.go +++ b/src/cmd/compile/internal/ssa/html.go @@ -50,10 +50,14 @@ body { font-family: Arial, sans-serif; } +h1 { + font-size: 18px; + display: inline-block; + margin: 0 1em .5em 0; +} + #helplink { - margin-bottom: 15px; - display: block; - margin-top: -15px; + display: inline-block; } #help {