@namespace url(http://www.w3.org/1999/xhtml);
/*
  us.o: delete the [Delete] link
*/
@-moz-document url-prefix("http://userstyles.org/users") {

li a[class="delete-link"][href^="/styles/delete/"] { 
  display: none !important; 
}

}