Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 * found in the LICENSE file. */ | |
| 4 | |
| 5 :host { | |
| 6 -webkit-margin-start: 7px; | |
|
Finnur
2016/05/10 13:05:22
This was to make sure the icon was in line vertica
dschuyler
2016/05/10 20:44:14
That alignment is being done a different way. So t
| |
| 7 display: block; | |
| 8 } | |
| 9 | |
| 10 .site-header { | |
| 11 width: 100%; | |
| 12 } | |
| 13 | |
| 14 .site-list { | |
| 15 -webkit-margin-end: -16px; | |
| 16 } | |
| 17 | |
| 18 .origin { | |
| 19 --paper-item-body-two-line-min-height: 0; | |
| 20 -webkit-margin-start: 12px; | |
| 21 } | |
| 22 | |
| 23 .website-icon { | |
| 24 background-repeat: no-repeat; | |
| 25 background-size: contain; | |
| 26 height: 16px; | |
| 27 width: 16px; | |
| 28 } | |
| OLD | NEW |