Commit 5c3de8cc authored by Russ Cox's avatar Russ Cox

doc: fix tables

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676084
parent 7d1c5328
...@@ -7,6 +7,12 @@ ...@@ -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> <h2 id="introduction">Introduction to Go 1</h2>
<p> <p>
......
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
}--> }-->
{{donotedit}} {{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> <h2 id="introduction">Introduction to Go 1</h2>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment