From 5f9e54929d5956686ad062ff3ccbb5b8f878bba4 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 20 Mar 2017 13:16:01 -0700 Subject: [PATCH] example(template-syntax): drop unused top-level css Most styles were moved to the `app.component.css` a while a go (and the remaining ones were unused). --- .../template-syntax/ts/src/template-syntax.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 public/docs/_examples/template-syntax/ts/src/template-syntax.css diff --git a/public/docs/_examples/template-syntax/ts/src/template-syntax.css b/public/docs/_examples/template-syntax/ts/src/template-syntax.css deleted file mode 100644 index 6ae25b396c..0000000000 --- a/public/docs/_examples/template-syntax/ts/src/template-syntax.css +++ /dev/null @@ -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}