This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Description
in part 6 of the Tour of Heroes tutorial, this example is used. The styles necessary to make the Delete buttons look like they do in that example aren't present anywhere in the tutorial. However, looking at both the live example and the app structure review shows an extra file not present in the previous chapter, sample.css. This file contains the rules to style the delete buttons.
button.delete-button{
float:right;
background-color: gray !important;
color:white;
}