Skip to content

Commit

Permalink
correct summary styling necolas#894
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper1467 committed Sep 21, 2023
2 parents f682322 + b69b815 commit ccc8470
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,15 @@ details {
display: block;
}

<<<<<<< HEAD
summary {
=======
/*
* Add the correct display in all browsers.
*/

details > summary:first-of-type {
>>>>>>> b69b8157d8af3fb50a36bc10affc724ae0022ef7
display: list-item;
}

Expand Down

0 comments on commit ccc8470

Please sign in to comment.