Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 <!-- |
| 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. |
|
Devlin
2015/10/30 01:21:43
nit: no (c)
| |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 --> |
| 6 | 6 <script src="test.js"></script> |
| 7 label { | |
| 8 margin: 12px 0 0 0; | |
| 9 padding: 0 4px 0 12px; | |
| 10 } | |
| OLD | NEW |