Index: appengine/chromium_rietveld/new_static/components/cr-toolbar.html |
diff --git a/appengine/chromium_rietveld/new_static/components/cr-toolbar.html b/appengine/chromium_rietveld/new_static/components/cr-toolbar.html |
deleted file mode 100644 |
index b036e10a6cbec53f7bdbe258e699de88be0b60ef..0000000000000000000000000000000000000000 |
--- a/appengine/chromium_rietveld/new_static/components/cr-toolbar.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!-- Copyright (c) 2014 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. --> |
- |
-<polymer-element name="cr-toolbar" noscript> |
- <template> |
- <style> |
- :host { |
- display: -webkit-flex; |
- display: flex; |
- /* |
- Use padding on the bottom so the margin doesn't overflow |
- when the toolbar is the last thing, and use margin on the |
- top so it collapses with sections before the toolbar. |
- */ |
- /* TODO(esprehn): Can we do this simpler? */ |
- padding-bottom: 1em; |
- margin: 1em 16px 0 16px; |
- flex-wrap: wrap; |
- -webkit-flex-wrap: wrap; |
- align-items: center; |
- -webkit-align-items: center; |
- } |
- </style> |
- <content></content> |
- </template> |
-</polymer-element> |