| OLD | NEW |
| 1 /* Copyright 2015 The LUCI Authors. All rights reserved. | 1 /* Copyright 2015 The LUCI Authors. All rights reserved. |
| 2 * Use of this source code is governed under the Apache License, Version 2.0 | 2 * Use of this source code is governed under the Apache License, Version 2.0 |
| 3 * that can be found in the LICENSE file. | 3 * that can be found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 body.interface { | 6 body.interface { |
| 7 margin-left: 30px; | 7 margin-left: 30px; |
| 8 margin-right: 30px; | 8 margin-right: 30px; |
| 9 margin-top: 20px; | 9 margin-top: 20px; |
| 10 margin-bottom: 50px; | 10 margin-bottom: 50px; |
| (...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 display: none; | 761 display: none; |
| 762 } | 762 } |
| 763 | 763 |
| 764 .interesting .verbosity-Hidden { | 764 .interesting .verbosity-Hidden { |
| 765 display: none; | 765 display: none; |
| 766 } | 766 } |
| 767 | 767 |
| 768 .interesting .verbosity-Normal { | 768 .interesting .verbosity-Normal { |
| 769 display: none; | 769 display: none; |
| 770 } | 770 } |
| OLD | NEW |