1
0
mirror of https://github.com/php/web-php.git synced 2026-04-26 08:28:07 +02:00

Try to modify the positioning context so IE and Opera will

understand that that clear:none; does not mean: "clear all
floats around regardless of context"
This commit is contained in:
Gabor Hojtsy
2003-10-11 13:58:04 +00:00
parent 12e29b276f
commit e577e011f5
+2
View File
@@ -455,6 +455,7 @@ ul#manualtoc li a:hover {
/* Top and bottom navigation controls on manual pages --------------------- */
div.manualnavbar {
position: relative;
background-color: #e0e0e0;
color: inherit;
padding: 4px;
@@ -477,6 +478,7 @@ div.manualnavbar .next, div.manualnavbar .lastupdated {
div.manualnavbar hr {
color: #cccccc;
background-color: #cccccc;
clear: both;
}
div.manualnavbar form {
margin: 0px;