]> Cypherpunks repositories - gostls13.git/commit
doc/style.css: make selectors more selective.
authorStefan Nilsson <snilsson@nada.kth.se>
Tue, 28 Feb 2012 22:38:58 +0000 (09:38 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 28 Feb 2012 22:38:58 +0000 (09:38 +1100)
commitbfdc3baa1e6a5d18dbfb85081f223192dd2fb210
tree7a804663c65d30984e09ec1532c52a4c9be56285
parent38a03de6a16f3c7489fdc425eba607f8e7f08676
doc/style.css: make selectors more selective.

Change #foo to div#foo to avoid selecting headings
with anchor foo, such as <h1 id="foo">.

(A more extensive change would be to use class
selectors for styling. Perhaps this is better, since id:s
should be unique within a document according to
http://www.w3.org/TR/CSS2/selector.html#id-selectors)

R=golang-dev, gri, adg
CC=golang-dev
https://golang.org/cl/5702044
doc/style.css