]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix tables
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 21:59:33 +0000 (16:59 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 21:59:33 +0000 (16:59 -0500)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676084

doc/go1.html
doc/go1.tmpl

index 60f71075e331ad28ce886650e1409bbeb12a4b11..2691fc66c9a256d2bf075a6dd7b02a5c0046c6d5 100644 (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>
index c31fa7f2cf24afa6c7ffe8f67f30acec534382b1..510f2f700c948f195481068a96d5e3067fc0c106 100644 (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>