Update osi_model.css

This commit is contained in:
Joshua Killen 2020-04-17 11:41:39 +01:00
parent c755f7e161
commit 6eb0c5bffd
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
} }
summary { summary {
list-style-type: none; list-style-type: "+";
cursor: pointer; cursor: pointer;
} }
details[open] summary {
list-style-type: "-";
}