mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
10 lines
150 B
CSS
10 lines
150 B
CSS
/* Dashed list items */
|
|
section ul li {
|
|
list-style-type: none;
|
|
}
|
|
section ul li:before {
|
|
content: "—";
|
|
margin-left: -20px;
|
|
position: absolute;
|
|
}
|