Commit c8b2ac68 authored by Yury Smolsky's avatar Yury Smolsky

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/144577Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
parent 66bb8ddb
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment