OLD | NEW |
1 body { | 1 body { |
2 color: #333; | 2 color: #333; |
3 font: 13px/22px 'Open Sans',arial,sans-serif; | 3 font: 13px/22px 'Open Sans',arial,sans-serif; |
4 font-weight: 400; | 4 font-weight: 400; |
5 background-color: white; | 5 background-color: white; |
6 margin: 0; | 6 margin: 0; |
7 padding: 0; | 7 padding: 0; |
8 } | 8 } |
9 | 9 |
10 p { | 10 p { |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 z-index: 1; | 357 z-index: 1; |
358 position: relative; | 358 position: relative; |
359 } | 359 } |
360 | 360 |
361 #gc-toc div.line { | 361 #gc-toc div.line { |
362 border-top: thin solid #FAFAFA; | 362 border-top: thin solid #FAFAFA; |
363 height: 1px; | 363 height: 1px; |
364 margin: 1.3em 1em 0 0; | 364 margin: 1.3em 1em 0 0; |
365 padding: 0; | 365 padding: 0; |
366 } | 366 } |
| 367 |
| 368 .filtered_item { |
| 369 line-height: 6px; |
| 370 } |
| 371 |
| 372 #filtered_apis { |
| 373 margin-top: -5px; |
| 374 padding-bottom: 5px; |
| 375 } |
| 376 |
| 377 #filtered_apis * { |
| 378 color: #50A9D5; |
| 379 } |
OLD | NEW |