10 lines
132 B
SCSS
10 lines
132 B
SCSS
div#c-maintenance-user-deletions {
|
|
ul {
|
|
margin-left: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
li {
|
|
list-style-type: disc;
|
|
}
|
|
} |