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:
parent
7d1c5328ed
commit
5c3de8ccb3
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user