Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Unified Diff: doc/style.css

Issue 6063054: code review 6063054: doc: don't wrap package names in directory listing (Closed)
Patch Set: diff -r 0efe48e1edcf https://go.googlecode.com/hg Created 12 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/godoc/package.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/style.css
===================================================================
--- a/doc/style.css
+++ b/doc/style.css
@@ -108,7 +108,9 @@
word-wrap: break-word;
vertical-align: top;
}
-
+div#page.wide table.dir td.name {
+ white-space: nowrap;
+}
.alert {
color: #AA0000;
}
@@ -388,4 +390,3 @@
margin-bottom: -120px;
}
h2 { clear: right; }
-
« no previous file with comments | « no previous file | lib/godoc/package.html » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b