From 8d29a09707877185d0a19fe2d68459cf2f833bff Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 22 Feb 2012 15:02:31 +1100 Subject: [PATCH] doc: move styles to style.css R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5685075 --- doc/go1.html | 6 ------ doc/go1.tmpl | 6 ------ doc/style.css | 3 +++ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/go1.html b/doc/go1.html index 53b338b8659..38cd0e94f23 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -7,12 +7,6 @@ --> - - -

Introduction to Go 1

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index b487c009af7..f61dcd5cce7 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -3,12 +3,6 @@ }--> {{donotedit}} - - -

Introduction to Go 1

diff --git a/doc/style.css b/doc/style.css index c53f93dd058..c3877052142 100644 --- a/doc/style.css +++ b/doc/style.css @@ -328,3 +328,6 @@ body { .example .expanded { display: none; } .exampleVisible .collapsed { display: none; } .exampleVisible .expanded { display: block; } + +table.codetable { margin-left: auto; margin-right: auto; border-style: none; } +hr { border-style: none; border-top: 1px solid black; }