mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9104] Safari does not display box headers correctly in the ACP.
PHPBB3-9104
This commit is contained in:
parent
25c579c00d
commit
44125f5533
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue