| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 | 5 |
| 6 body { | 6 body { |
| 7 font-family: 'Verdana', 'Arial'; | 7 font-family: 'Verdana', 'Arial'; |
| 8 font-size: 14px; | 8 font-size: 14px; |
| 9 margin: 20px; | 9 margin: 20px; |
| 10 } | 10 } |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 line-height: 24px; | 32 line-height: 24px; |
| 33 text-align: center; | 33 text-align: center; |
| 34 } | 34 } |
| 35 | 35 |
| 36 table td .icon { | 36 table td .icon { |
| 37 display: inline-block; | 37 display: inline-block; |
| 38 height: 24px; | 38 height: 24px; |
| 39 vertical-align: middle; | 39 vertical-align: middle; |
| 40 width: 24px; | 40 width: 24px; |
| 41 } | 41 } |
| OLD | NEW |