]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: reduce the size of header in ssa.html
authorYury Smolsky <yury@smolsky.by>
Thu, 25 Oct 2018 10:52:50 +0000 (13:52 +0300)
committerYury Smolsky <yury@smolsky.by>
Thu, 25 Oct 2018 14:07:07 +0000 (14:07 +0000)
commitc8b2ac68906a154c470a845172f133aceae7c5c7
treecfc46a1391e93b3524a9af11c4c48bdcc1212520
parent66bb8ddb956c5ee55b471a019fac2c6817c08ef5
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 <josharian@gmail.com>
src/cmd/compile/internal/ssa/html.go