| OLD | NEW |
| 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 | 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 } | 541 } |
| 542 | 542 |
| 543 /* change comments (use regular colors here) */ | 543 /* change comments (use regular colors here) */ |
| 544 pre.comments>a:link,pre.comments>a:visited { | 544 pre.comments>a:link,pre.comments>a:visited { |
| 545 color: blue; | 545 color: blue; |
| 546 } | 546 } |
| 547 | 547 |
| 548 pre.comments>a:active { | 548 pre.comments>a:active { |
| 549 color: purple; | 549 color: purple; |
| 550 } | 550 } |
| OLD | NEW |