mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/9104] Safari does not display box headers correctly in the ACP.
PHPBB3-9104
This commit is contained in:
@@ -670,14 +670,10 @@ legend {
|
||||
position: relative;
|
||||
text-transform: none;
|
||||
line-height: 1.2em;
|
||||
top: 0;
|
||||
top: -.2em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Hide from macIE \*/
|
||||
legend { top: -1.2em; }
|
||||
/* end */
|
||||
|
||||
* html legend {
|
||||
margin: 0 0 -10px -7px;
|
||||
line-height: 1em;
|
||||
|
Reference in New Issue
Block a user