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}