fix bouncing problem with navigation line (Firefox)

svn: r8305
This commit is contained in:
Matthew Flatt 2008-01-11 22:22:31 +00:00
parent 571fb0f08c
commit e42bc2aa97

View File

@ -54,10 +54,12 @@ table td {
.navleft { .navleft {
position: relative; position: relative;
float: left; float: left;
white-space: nowrap;
} }
.navright { .navright {
position: relative; position: relative;
float: right; float: right;
white-space: nowrap;
} }
.nonavigation { .nonavigation {
color: #EEEEEE; color: #EEEEEE;