commit 6681482d886292e3695403d37afc94e083224ca8
parent e7270cf00f1b7b3008dc5ef584daba21004c1472
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 11 Jan 2008 22:22:31 +0000
fix bouncing problem with navigation line (Firefox)
svn: r8305
original commit: e42bc2aa976b06e3aada128be0bde6f6f97fc3ab
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -54,10 +54,12 @@ table td {
.navleft {
position: relative;
float: left;
+ white-space: nowrap;
}
.navright {
position: relative;
float: right;
+ white-space: nowrap;
}
.nonavigation {
color: #EEEEEE;