firefox eats the chevron, but webkit does not. sigh.
This commit is contained in:
parent
27b3b8a7c0
commit
1b74d2c6b8
|
@ -79,6 +79,11 @@ header > details li {
|
||||||
details summary {
|
details summary {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@supports (-moz-appearance:none) {
|
||||||
|
details summary {
|
||||||
|
display: list-item;
|
||||||
|
}
|
||||||
|
}
|
||||||
main {
|
main {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
Loading…
Reference in New Issue