| OLD | NEW |
| 1 /** | 1 /** |
| 2 * Copyright 2017 Google Inc. All rights reserved. | 2 * Copyright 2017 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Licensed under the Apache License, Version 2.0 (the "License"); | 4 * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 * you may not use this file except in compliance with the License. | 5 * you may not use this file except in compliance with the License. |
| 6 * You may obtain a copy of the License at | 6 * You may obtain a copy of the License at |
| 7 * | 7 * |
| 8 * http://www.apache.org/licenses/LICENSE-2.0 | 8 * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 * | 9 * |
| 10 * Unless required by applicable law or agreed to in writing, software | 10 * Unless required by applicable law or agreed to in writing, software |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 -webkit-print-color-adjust: exact; /* print background colors */ | 417 -webkit-print-color-adjust: exact; /* print background colors */ |
| 418 } | 418 } |
| 419 .lh-report { | 419 .lh-report { |
| 420 margin-left: 0; | 420 margin-left: 0; |
| 421 } | 421 } |
| 422 .lh-categories { | 422 .lh-categories { |
| 423 margin-top: 0; | 423 margin-top: 0; |
| 424 } | 424 } |
| 425 } | 425 } |
| 426 | 426 |
| 427 /*# sourceURL=report.styles.css */ | |
| OLD | NEW |