]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove left and right padding in H2 headings.
authorDmitry Chestnykh <dchest@gmail.com>
Fri, 6 May 2011 20:11:07 +0000 (16:11 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 6 May 2011 20:11:07 +0000 (16:11 -0400)
R=adg, rsc1, rsc
CC=golang-dev
https://golang.org/cl/4491041

doc/all.css

index e496388ef7cde0aac2f931e90005ec35332082f7..84df1f8fa9e1a9d7941122028da55f83693243bb 100644 (file)
@@ -140,7 +140,7 @@ h1#title {
 }
 #content h2 {
   border-top: 2px solid #ddd;
-  padding: 8px 5px;
+  padding: 8px 0;
   margin: 1.5em 0 0;
 }
 #content .subtitle {