From 7468b1d36ab4bc3e488a824edc01e62e733c464b Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 18 Jun 2013 15:26:15 +1000 Subject: [PATCH] doc: style tweaks in preparation for Google Feedback link Fixes #5589. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/10272051 --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/style.css b/doc/style.css index 5c8e17a298..ca8006b8dc 100644 --- a/doc/style.css +++ b/doc/style.css @@ -153,6 +153,8 @@ div#topbar.wide > .container { } div#plusone { float: right; + clear: right; + margin-top: 5px; } div#footer { @@ -402,6 +404,7 @@ img.gopher { float: right; margin-left: 10px; margin-bottom: 10px; + z-index: -1; } .pkgGopher { text-align: right; -- 2.48.1