Simplify css
This commit is contained in:
parent
ad396722a0
commit
4af950b6a4
1 changed files with 1 additions and 4 deletions
|
|
@ -39,14 +39,11 @@ details {
|
|||
|
||||
details>summary {
|
||||
font-weight: bold;
|
||||
margin-left: 0;
|
||||
list-style-type: "> ";
|
||||
cursor: pointer;
|
||||
list-style-type: "> ";
|
||||
}
|
||||
|
||||
details[open]>summary {
|
||||
margin-left: 0;
|
||||
margin-bottom: 1em;
|
||||
list-style-type: "v ";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue