Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 .visible-transition { | 1 .visible-transition { |
| 2 transition-delay: 0s; | 2 transition-delay: 0s; |
| 3 transition-duration: 1s; | 3 transition-duration: 1s; |
| 4 transition-property: all; | 4 transition-property: all; |
| 5 transition-timing-function: ease; | 5 transition-timing-function: ease; |
| 6 } | 6 } |
| 7 | 7 |
| 8 .collapse-pane { | 8 .collapse-pane { |
| 9 background: #A0A0A0; | 9 background: #A0A0A0; |
| 10 bottom: 0; | 10 bottom: 0; |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 332 .prof-low { | 332 .prof-low { |
| 333 color: #888; | 333 color: #888; |
| 334 } | 334 } |
| 335 | 335 |
| 336 .prof-med { | 336 .prof-med { |
| 337 color: #080; | 337 color: #080; |
| 338 } | 338 } |
| 339 | 339 |
| 340 .prof-high { | 340 .prof-high { |
| 341 color: #800; | 341 color: #800; |
| 342 } | |
| 343 | |
| 344 tspan { | |
| 345 font-size: 500%; | |
| 346 font-family: sans-serif; | |
| 347 } | |
| 348 | |
| 349 text { | |
| 350 dominant-baseline: text-before-edge; | |
| 342 } | 351 } |
| OLD | NEW |