example(template-syntax): drop unused top-level css (#3397)

Most styles were moved to the `app.component.css` a while a go (and the
remaining ones were unused).
This commit is contained in:
Patrice Chalin 2017-03-20 16:02:00 -07:00 committed by Jesús Rodríguez
parent 7906d4fadf
commit de651113a6
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
fieldset {border-style:none}
img {height: 100px;}
.box {border: 1px solid black; padding:3px}
.child-div {margin-left: 1em; font-weight: normal}
.hidden {display: none}
.parent-div {margin-top: 1em; font-weight: bold}
.special {font-weight:bold; font-size: x-large}
.bad {color: red;}
.saveable {color: limegreen;}
.curly, .modified {font-family: "Brush Script MT"}
.toe {margin-left: 1em; font-style: italic;}
little-hero {color:blue; font-size: smaller; background-color: Turquoise }
.to-toc {margin-top: 10px; display: block}