From 7d5a5fdf846a16a0f2cd6fc91aab8ab07d923bed Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Fri, 5 Feb 2016 08:55:55 -0800 Subject: [PATCH] docs(samples): remove unnecessary style.css files closes #812 --- .../_examples/attribute-directives/dart/web/index.html | 1 - .../_examples/attribute-directives/dart/web/style.css | 0 public/docs/_examples/user-input/dart/web/style.css | 10 ---------- 3 files changed, 11 deletions(-) delete mode 100644 public/docs/_examples/attribute-directives/dart/web/style.css delete mode 100644 public/docs/_examples/user-input/dart/web/style.css diff --git a/public/docs/_examples/attribute-directives/dart/web/index.html b/public/docs/_examples/attribute-directives/dart/web/index.html index 104e769c37..e18cdf965b 100644 --- a/public/docs/_examples/attribute-directives/dart/web/index.html +++ b/public/docs/_examples/attribute-directives/dart/web/index.html @@ -3,7 +3,6 @@ Attribute Directives - diff --git a/public/docs/_examples/attribute-directives/dart/web/style.css b/public/docs/_examples/attribute-directives/dart/web/style.css deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/public/docs/_examples/user-input/dart/web/style.css b/public/docs/_examples/user-input/dart/web/style.css deleted file mode 100644 index cab2e32d5e..0000000000 --- a/public/docs/_examples/user-input/dart/web/style.css +++ /dev/null @@ -1,10 +0,0 @@ -/* #docregion */ -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;} -.toe {margin-left: 1em; font-style: italic;} -little-hero {color:blue; font-size: smaller; background-color: Turquoise }