Chromium Code Reviews| Index: third_party/polymer/components-chromium/core-menu-button/core-menu-button.css |
| diff --git a/third_party/polymer/components-chromium/core-menu-button/core-menu-button.css b/third_party/polymer/components-chromium/core-menu-button/core-menu-button.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..03b5bb517603f77c46f14dd6825b2b108e9723a3 |
| --- /dev/null |
| +++ b/third_party/polymer/components-chromium/core-menu-button/core-menu-button.css |
| @@ -0,0 +1,10 @@ |
| +/* |
| +Copyright 2013 The Polymer Authors. All rights reserved. |
| +Use of this source code is governed by a BSD-style |
| +license that can be found in the LICENSE file. |
| +*/ |
| + |
| +:host { |
| + position: relative; |
| + display: inline-block; |
| +} |