diff --git a/homeassistant/components/frontend/www_static/polymer/components/recent-states.html b/homeassistant/components/frontend/www_static/polymer/components/recent-states.html
deleted file mode 100644
index 408c0448836..00000000000
--- a/homeassistant/components/frontend/www_static/polymer/components/recent-states.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{state.state}}
-
-
-
-
-
-
-
-
-
- There are no recent states.
-
-
-
-
-
-
diff --git a/homeassistant/components/frontend/www_static/polymer/dialogs/ha-dialog.html b/homeassistant/components/frontend/www_static/polymer/dialogs/ha-dialog.html
deleted file mode 100644
index 2cf8de644f0..00000000000
--- a/homeassistant/components/frontend/www_static/polymer/dialogs/ha-dialog.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html b/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
index b5343052e1d..11ecff37f8a 100644
--- a/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
+++ b/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
@@ -120,14 +120,12 @@
-
-
-
+
+
+
+
diff --git a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
index bf2d7280eb2..473e3445d64 100644
--- a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
+++ b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-style.html
@@ -44,77 +44,3 @@
animation: ha-spin 2s infinite linear;
}
-
-
- :host {
- font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
-
- min-width: 350px;
- max-width: 700px;
-
- /* First two are from core-transition-bottom */
- transition:
- transform 0.2s ease-in-out,
- opacity 0.2s ease-in,
- top .3s,
- left .3s !important;
- }
-
- :host .sidebar {
- margin-left: 30px;
- }
-
- @media all and (max-width: 620px) {
- :host.two-column {
- margin: 0;
- width: 100%;
- max-height: calc(100% - 64px);
- bottom: 0px;
- left: 0px;
- right: 0px;
- }
-
- :host .sidebar {
- display: none;
- }
- }
-
- @media all and (max-width: 464px) {
- :host {
- margin: 0;
- width: 100%;
- max-height: calc(100% - 64px);
- bottom: 0px;
- left: 0px;
- right: 0px;
- }
- }
-
- html /deep/ .ha-form paper-input {
- display: block;
- }
-
- html /deep/ .ha-form paper-input:first-child {
- padding-top: 0;
- }
-
-
-
- .data-entry {
- margin-bottom: 8px;
- }
-
- .data-entry:last-child {
- margin-bottom: 0;
- }
-
- .data-entry .key {
- margin-right: 8px;
- }
-
- .data-entry .value {
- text-align: right;
- word-break: break-all;
- }
-
-