OLD | NEW |
---|---|
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2015 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 |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 paper-input { | 5 #availableIcons { |
6 width: 300px; | 6 -webkit-margin-begin: 16px; |
dpapad
2016/01/13 01:35:52
Is -webkit-margin-begin a valid property name?
I
Dan Beam
2016/01/13 18:04:37
no (start, end, before, after)
tommycli
2016/01/13 18:29:11
Done. Doh!
| |
7 margin-top: 16px; | |
7 } | 8 } |
8 | 9 |
9 #availableIcons { | 10 .user-image { |
10 -webkit-margin-start: 16px; | 11 height: 64px; |
11 margin-top: 16px; | 12 width: 64px; |
12 } | 13 } |
OLD | NEW |