mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Correct the display of <summary> in all browsers
This commit is contained in:
parent
bbcf62d86f
commit
55ed05a79c
11
normalize.css
vendored
11
normalize.css
vendored
@ -423,11 +423,18 @@ textarea {
|
||||
*/
|
||||
|
||||
details, /* 1 */
|
||||
menu,
|
||||
summary { /* 1 */
|
||||
menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Scripting
|
||||
========================================================================== */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user