| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 :host { | 5 :host { |
| 6 -webkit-margin-start: 7px; |
| 6 display: block; | 7 display: block; |
| 7 } | 8 } |
| 8 | 9 |
| 9 .site-header { | 10 .site-header { |
| 10 width: 100%; | 11 width: 100%; |
| 11 } | 12 } |
| 12 | 13 |
| 13 .site-list { | 14 .site-list { |
| 14 -webkit-margin-end: -16px; | 15 -webkit-margin-end: -16px; |
| 15 } | 16 } |
| 16 | 17 |
| 17 .origin { | 18 .origin { |
| 18 --paper-item-body-two-line-min-height: 0; | 19 --paper-item-body-two-line-min-height: 0; |
| 19 -webkit-margin-start: 12px; | 20 -webkit-margin-start: 12px; |
| 20 } | 21 } |
| 21 | 22 |
| 22 .website-icon { | 23 .website-icon { |
| 23 background-repeat: no-repeat; | 24 background-repeat: no-repeat; |
| 24 background-size: contain; | 25 background-size: contain; |
| 25 height: 16px; | 26 height: 16px; |
| 26 width: 16px; | 27 width: 16px; |
| 27 } | 28 } |
| OLD | NEW |