mirror of
https://github.com/golang/go
synced 2024-11-21 14:44:40 -07:00
doc: move styles to style.css
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5685075
This commit is contained in:
parent
a457fa500d
commit
8d29a09707
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user