From c11026957972c5684596545e13b8f86cd00c73dd Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 9 Nov 2009 16:19:38 -0800 Subject: [PATCH] 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 --- doc/style.css | 12 ++++-------- lib/godoc/dirlist.html | 4 ++-- lib/godoc/godoc.html | 32 ++++++++++++++++---------------- lib/godoc/package.html | 10 +++++----- lib/godoc/search.html | 10 +++++----- 5 files changed, 32 insertions(+), 36 deletions(-) diff --git a/doc/style.css b/doc/style.css index b7adfa10aad..6a99b810c92 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 7962885625c..c1f24d758da 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 3b46e96dac5..cae2cdaea7c 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -75,34 +75,34 @@