Update osi_model.css
This commit is contained in:
parent
4bdfa9c912
commit
3a29e3c1ff
|
|
@ -5,3 +5,12 @@
|
||||||
.osiContent {
|
.osiContent {
|
||||||
font-family: arvo;
|
font-family: arvo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
list-style-image: url(arrow.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
summary::-webkit-details-marker {
|
||||||
|
background: url(arrow.png);
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue