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:
parent
7906d4fadf
commit
de651113a6
|
@ -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}
|
|
Loading…
Reference in New Issue