Update osi_model.css
This commit is contained in:
parent
c755f7e161
commit
6eb0c5bffd
|
|
@ -9,6 +9,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
list-style-type: none;
|
list-style-type: "+";
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
details[open] summary {
|
||||||
|
list-style-type: "-";
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue