fix bouncing problem with navigation line (Firefox)
svn: r8305 original commit: e42bc2aa976b06e3aada128be0bde6f6f97fc3ab
This commit is contained in:
parent
e7270cf00f
commit
6681482d88
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user