mirror of
https://github.com/golang/go
synced 2024-11-21 14:24:44 -07:00
doc: fix margins in root.html
R=rsc, r2 CC=golang-dev https://golang.org/cl/2041041
This commit is contained in:
parent
099243497a
commit
20198d69f9
@ -74,7 +74,7 @@ google.setOnLoadCallback(loadFeed);
|
||||
<div id="blogFeed">Loading...</div>
|
||||
</div>
|
||||
|
||||
<p style="font-size: 1.5em; font-weight: bold;">Go is …</p>
|
||||
<p style="font-size: 1.5em; font-weight: bold; margin-top: 0;">Go is …</p>
|
||||
|
||||
<h3>… simple</h3>
|
||||
<pre class="code">
|
||||
|
@ -240,7 +240,6 @@ span.subtitle {
|
||||
/* Styles for the frontpage */
|
||||
|
||||
#fp-videos {
|
||||
margin-top: 1.5em;
|
||||
margin-left: 1em;
|
||||
margin-right: 0em;
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user