doc: move styles to style.css

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5685075
This commit is contained in:
Andrew Gerrand 2012-02-22 15:02:31 +11:00
parent a457fa500d
commit 8d29a09707
3 changed files with 3 additions and 12 deletions

View file

@ -7,12 +7,6 @@
-->
<!-- Center the tables, and disable the 1995-era 3D borders -->
<style type="text/css">
table { margin-left: auto; margin-right: auto; border-style: none; }
hr { border-style: none; border-top: 1px solid black; }
</style>
<h2 id="introduction">Introduction to Go 1</h2>
<p>

View file

@ -3,12 +3,6 @@
}-->
{{donotedit}}
<!-- Center the tables, and disable the 1995-era 3D borders -->
<style type="text/css">
table { margin-left: auto; margin-right: auto; border-style: none; }
hr { border-style: none; border-top: 1px solid black; }
</style>
<h2 id="introduction">Introduction to Go 1</h2>
<p>

View file

@ -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; }