mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 14:15:34 +00:00
11 lines
142 B
CSS
11 lines
142 B
CSS
.field-users ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #999;
|
|
}
|
|
|
|
.field-users ul li {
|
|
list-style-type: none;
|
|
}
|
|
|