| OLD | NEW |
| (Empty) |
| 1 /* Copyright (c) 2012 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 .timeline-analysis { | |
| 6 -webkit-user-select: text; | |
| 7 font-family: monospace; | |
| 8 white-space: pre; | |
| 9 } | |
| 10 | |
| 11 .timeline-slice { | |
| 12 border-spacing: 4px 0; | |
| 13 } | |
| 14 .timeline-slice-header { | |
| 15 text-align: left; | |
| 16 } | |
| 17 .timeline-slice-col-0 { | |
| 18 } | |
| 19 .timeline-slice-col-1 { | |
| 20 } | |
| 21 | |
| 22 .timeline-slices { | |
| 23 border-spacing: 4px 0; | |
| 24 } | |
| 25 .timeline-slices-header { | |
| 26 text-align: left; | |
| 27 } | |
| 28 .timeline-slices-col-0 { | |
| 29 } | |
| 30 .timeline-slices-col-1 { | |
| 31 text-align: right; | |
| 32 } | |
| 33 .timeline-slices-col-2 { | |
| 34 text-align: right; | |
| 35 } | |
| 36 | |
| 37 .timeline-counter { | |
| 38 border-spacing: 4px 0; | |
| 39 } | |
| 40 .timeline-counter-header { | |
| 41 text-align: left; | |
| 42 } | |
| 43 .timeline-counter-col-0 { | |
| 44 } | |
| 45 .timeline-counter-col-1 { | |
| 46 } | |
| OLD | NEW |