mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-24 16:26:49 +00:00
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;
|
|
}
|
|
|