| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #syncfs-internals-tabbox { |
| 6 min-height: 650px; |
| 7 } |
| 8 |
| 5 th, | 9 th, |
| 6 td { | 10 td { |
| 7 padding-left: 0.5em; | 11 padding-left: 0.5em; |
| 8 padding-right: 0.5em; | 12 padding-right: 0.5em; |
| 9 text-align: center; | 13 text-align: center; |
| 10 } | 14 } |
| 11 | 15 |
| 12 tr:nth-child(odd) { | 16 tr:nth-child(odd) { |
| 13 background: rgb(238, 238, 255); | 17 background: rgb(238, 238, 255); |
| 14 } | 18 } |
| OLD | NEW |