From: Robert Griesemer Date: Tue, 10 Nov 2009 00:19:38 +0000 (-0800) Subject: cleanup style: X-Git-Tag: weekly.2009-11-10~18 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c11026957972c5684596545e13b8f86cd00c73dd;p=gostls13.git cleanup style: - consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032 --- diff --git a/doc/style.css b/doc/style.css index b7adfa10aa..6a99b810c9 100644 --- a/doc/style.css +++ b/doc/style.css @@ -7,6 +7,10 @@ /* ------------------------------------------------------------------------- */ /* Styles meant to help page authors achieve beauty. */ +a { + text-decoration: none; +} + code, .code { font-size: 100%; font-family: monospace; @@ -179,14 +183,6 @@ div#linkList li.navhead { /* ------------------------------------------------------------------------- */ /* Styles used by godoc */ -a.noline { - text-decoration: none; -} - -a.info { - text-decoration: none; -} - table.layout { border-width: 0px; border-spacing: 0px; diff --git a/lib/godoc/dirlist.html b/lib/godoc/dirlist.html index 7962885625..c1f24d758d 100644 --- a/lib/godoc/dirlist.html +++ b/lib/godoc/dirlist.html @@ -14,11 +14,11 @@ Modified - .. + .. {.repeated section @} - {Name|html} + {Name|html} {Size|html} diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index 3b46e96dac..cae2cdaea7 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -75,34 +75,34 @@