1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

doc: fix tables

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676084
This commit is contained in:
Russ Cox 2012-02-17 16:59:33 -05:00
parent 7d1c5328ed
commit 5c3de8ccb3
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,12 @@
-->
<!-- Center the tables, and disable the 1995 3D borders -->
<style>
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,6 +3,12 @@
}-->
{{donotedit}}
<!-- Center the tables, and disable the 1995-era 3D borders -->
<style>
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>