forked from GithubBackups/healthchecks
12 lines
142 B
CSS
12 lines
142 B
CSS
.field-users ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #999;
|
|
}
|
|
|
|
.field-users ul li {
|
|
list-style-type: none;
|
|
}
|
|
|