Line 2: | Line 2: | ||
.treeview ul { | .treeview ul { | ||
list-style: none; | list-style: none; | ||
− | margin-left: ; | + | margin-left: 0; |
padding-left: 20px; | padding-left: 20px; | ||
} | } |
Revision as of 14:53, 17 March 2022
/* CSS placed here will be applied to all skins */
.treeview ul {
list-style: none;
margin-left: 0;
padding-left: 20px;
}
/* Used for legend example */
legend.legend-example {
background-color: #000;
color: #fff;
padding: 3px 6px;
}
.legend-example-output {
font: 1rem 'Fira Sans', sans-serif;
}
input.legend-example {
margin: .4rem;
}
*/