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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user