<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#edit-name-check,
#edit-mail-check {
  padding-left: 20px;
}

#edit-name-check.ok,
#edit-mail-check.ok {
  background: transparent url(../img/ok.png) no-repeat;
}

#edit-name-check.error,
#edit-mail-check.error {
  background: transparent url(../img/error.png) no-repeat;
}
</pre></body></html>