From 17d12d6cb648d57b3a2094004e6eacc5473bc8f1 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 1 Mar 2013 11:22:13 +1100 Subject: [PATCH] doc: fix root.html styles R=r CC=golang-dev https://golang.org/cl/7442045 --- doc/root.html | 6 +++--- doc/style.css | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/root.html b/doc/root.html index cc2bfd1ba9..34915c025d 100644 --- a/doc/root.html +++ b/doc/root.html @@ -53,11 +53,11 @@ simple, reliable, and efficient software.
-
Download Go
-
+Download Go + Binary distributions available for
Linux, Mac OS X, Windows, and more. -
+
diff --git a/doc/style.css b/doc/style.css index f4fcf3eae8..3d881b03a7 100644 --- a/doc/style.css +++ b/doc/style.css @@ -267,10 +267,12 @@ a#start { border-radius: 5px; } a#start .big { + display: block; font-weight: bold; font-size: 20px; } a#start .desc { + display: block; font-size: 14px; font-weight: normal; margin-top: 5px;