summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-02 22:44:01 -0800
committerRobert Griesemer <gri@golang.org>2009-11-02 22:44:01 -0800
commit9795c5baf7ec10920393726b893a6384679ef044 (patch)
treead85b16b2cb04329d35c1279076f3f0046e4efeb /doc
parent15a7e82daae6a58cbb3e80724ef86a653d0f77b9 (diff)
downloadgolang-9795c5baf7ec10920393726b893a6384679ef044.tar.gz
- show recursive package directory structure in package pages
- removed some underbars in section headings for better looks - various minor tweaks R=rsc http://go/go-review/1018026
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index d2dd7c902..c89e406d0 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -10,7 +10,7 @@
code, .code {
font-size: 100%;
font-family: monospace;
- color:#007000;
+ color: #007000;
}
kbd {
@@ -149,12 +149,19 @@ div#linkList li.navhead {
/* ------------------------------------------------------------------------- */
-/* Styles used by go/printer Styler implementations. */
+/* Styles used by godoc */
a.noline {
text-decoration: none;
}
+table.layout {
+ border-width: 0px;
+ border-spacing: 0px;
+ border-width: 0px;
+ padding: 0px;
+}
+
span.comment {
color: #0000a0;
}