From: Andrew Gerrand Date: Wed, 22 Feb 2012 04:02:31 +0000 (+1100) Subject: doc: move styles to style.css X-Git-Tag: weekly.2012-02-22~32 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8d29a09707877185d0a19fe2d68459cf2f833bff;p=gostls13.git doc: move styles to style.css R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5685075 --- diff --git a/doc/go1.html b/doc/go1.html index 53b338b865..38cd0e94f2 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 b487c009af..f61dcd5cce 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 c53f93dd05..c387705214 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; }