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 .hidden { | 6 .hidden { |
7 display: none; | 7 display: none; |
8 } | 8 } |
9 | 9 |
10 body { | 10 body { |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 } | 545 } |
546 | 546 |
547 #filtered_apis { | 547 #filtered_apis { |
548 margin-top: 5px; | 548 margin-top: 5px; |
549 } | 549 } |
550 | 550 |
551 #skipto { | 551 #skipto { |
552 display: none; | 552 display: none; |
553 } | 553 } |
554 | 554 |
555 #known_issues { | |
556 background: #F5F5F5; | |
557 padding-top: 1px; | |
558 padding-bottom: 16px; | |
559 padding-right: 16px; | |
560 padding-left: 16px; | |
561 } | |
562 | |
563 /* List with largeish images floated to the right. */ | 555 /* List with largeish images floated to the right. */ |
564 .imaged li { | 556 .imaged li { |
565 clear: right; | 557 clear: right; |
566 } | 558 } |
567 | 559 |
568 .imaged li img { | 560 .imaged li img { |
569 float: right; | 561 float: right; |
570 margin-bottom: 1em; | 562 margin-bottom: 1em; |
571 } | 563 } |
572 | 564 |
(...skipping 26 matching lines...) Expand all Loading... |
599 border: 1px solid #ccc; | 591 border: 1px solid #ccc; |
600 margin-top: -1px; | 592 margin-top: -1px; |
601 } | 593 } |
602 tabs content.unselected { | 594 tabs content.unselected { |
603 display: none; | 595 display: none; |
604 } | 596 } |
605 tabs content pre { | 597 tabs content pre { |
606 margin: 0; | 598 margin: 0; |
607 padding: 10px; | 599 padding: 10px; |
608 } | 600 } |
OLD | NEW |