Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
|
michaelpg
2016/08/15 16:16:49
see other examples of CSS copyright header, e.g. h
Alexander Alekseev
2016/08/15 19:36:42
Done.
| |
| 3 found in the LICENSE file. */ | 3 found in the LICENSE file. */ |
| 4 | 4 |
| 5 #iconButton { | 5 :host { |
| 6 height: 24px; | 6 display: flex; |
| 7 padding: 0; | 7 flex-direction: column; |
| 8 width: 24px; | 8 position: relative; |
| 9 } | 9 } |
| 10 | |
|
michaelpg
2016/08/15 16:16:49
nit: remove blank line
Alexander Alekseev
2016/08/15 19:36:42
Done.
| |
| OLD | NEW |