healthchecks/static/css/admin/profiles.css
2020-07-16 16:31:57 +03:00

17 lines
240 B
CSS

.field-projects ul {
list-style: none;
margin: 0;
padding: 0;
}
.field-projects ul li {
list-style-type: none;
}
td.field-email span {
color: #555;
background: #EEE;
padding: 1px 4px;
border-radius: 2px;
}