| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 { | 6 body { |
| 7 color: #333; | 7 color: #333; |
| 8 font: 13px/22px 'Open Sans',arial,sans-serif; | 8 font: 13px/22px 'Open Sans',arial,sans-serif; |
| 9 font-weight: 400; | 9 font-weight: 400; |
| 10 background-color: white; | 10 background-color: white; |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 } | 333 } |
| 334 | 334 |
| 335 #gc-toc .toggle.selected { | 335 #gc-toc .toggle.selected { |
| 336 background-position: 0 -9px; | 336 background-position: 0 -9px; |
| 337 } | 337 } |
| 338 | 338 |
| 339 #gc-toc .toggle:active { | 339 #gc-toc .toggle:active { |
| 340 top: 0px; | 340 top: 0px; |
| 341 } | 341 } |
| 342 | 342 |
| 343 #gc-toc ul .leftNavSelected { | 343 #gc-toc .leftNavSelected { |
| 344 background-color: #F1F1F1; | 344 color: #39F; |
| 345 color: black; | |
| 346 text-decoration: none; | 345 text-decoration: none; |
| 347 z-index: 1; | |
| 348 position: relative; | 346 position: relative; |
| 349 } | 347 } |
| 350 | 348 |
| 351 #gc-toc div.line { | 349 #gc-toc div.line { |
| 352 border-top: thin solid #FAFAFA; | 350 border-top: thin solid #FAFAFA; |
| 353 height: 1px; | 351 height: 1px; |
| 354 margin: 1.3em 1em 0 0; | 352 margin: 1.3em 1em 0 0; |
| 355 padding: 0; | 353 padding: 0; |
| 356 } | 354 } |
| 357 | 355 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 } | 400 } |
| 403 | 401 |
| 404 /* Specificity hack to override the "a" rule. */ | 402 /* Specificity hack to override the "a" rule. */ |
| 405 #filtered_apis * { | 403 #filtered_apis * { |
| 406 color: #50A9D5; | 404 color: #50A9D5; |
| 407 } | 405 } |
| 408 | 406 |
| 409 #skipto { | 407 #skipto { |
| 410 display: none; | 408 display: none; |
| 411 } | 409 } |
| OLD | NEW |