From 20198d69f94167ee4d14077870c9f4ca35bc1c33 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 27 Aug 2010 14:14:42 +1000 Subject: [PATCH] doc: fix margins in root.html R=rsc, r2 CC=golang-dev https://golang.org/cl/2041041 --- doc/root.html | 2 +- doc/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/root.html b/doc/root.html index 8e5e5d3c8b..168755f4f0 100644 --- a/doc/root.html +++ b/doc/root.html @@ -74,7 +74,7 @@ google.setOnLoadCallback(loadFeed);
Loading...
-

Go is …

+

Go is …

… simple

diff --git a/doc/style.css b/doc/style.css
index 4ced0f6bb1..6829ff0a53 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -240,7 +240,6 @@ span.subtitle {
 /* Styles for the frontpage */
 
 #fp-videos {
-  margin-top: 1.5em;
   margin-left: 1em;
   margin-right: 0em;
   float: right;