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 {
|
details>summary {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 0;
|
|
||||||
list-style-type: "> ";
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
list-style-type: "> ";
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open]>summary {
|
details[open]>summary {
|
||||||
margin-left: 0;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
list-style-type: "v ";
|
list-style-type: "v ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue