Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: chrome/common/extensions/docs/css/ApiRefStyles.css

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 .todo, .comment { /* while we're working on doc, comment out display */ 1 .todo, .comment { /* while we're working on doc, comment out display */
2 color: rgb(255, 0, 0); 2 color: rgb(255, 0, 0);
3 display: none; 3 display: none;
4 } 4 }
5 5
6 .tbd { /* style for comments that should be visible to all devs */ 6 .tbd { /* style for comments that should be visible to all devs */
7 color: rgb(125, 125, 125); 7 color: rgb(125, 125, 125);
8 } 8 }
9 9
10 .pageData { 10 .pageData {
11 display: none; 11 display: none;
12 } 12 }
13 13
14 #header {
15 margin:1em 0;
16 }
17
18 #header td {
19 border:none;
20 padding:0;
21 }
22
14 /* This is the start of the styles imported from Codesite. */ 23 /* This is the start of the styles imported from Codesite. */
15 24
16 .g-section:after { 25 .g-section:after {
17 content:"."; 26 content:".";
18 display:block; 27 display:block;
19 height:0; 28 height:0;
20 clear:both; 29 clear:both;
21 visibility:hidden 30 visibility:hidden
22 } 31 }
23 32
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 font-size:9pt; 88 font-size:9pt;
80 background-color:#fafafa; 89 background-color:#fafafa;
81 border:1px solid #bbb; 90 border:1px solid #bbb;
82 line-height:125%; 91 line-height:125%;
83 margin:1em 0 0 0; 92 margin:1em 0 0 0;
84 padding:.99em; 93 padding:.99em;
85 overflow:auto; 94 overflow:auto;
86 word-wrap:break-word 95 word-wrap:break-word
87 } 96 }
88 97
89 form {
90 margin:1em 0 0 0;
91 padding:0
92 }
93
94 blockquote { 98 blockquote {
95 text-align:justify; 99 text-align:justify;
96 margin:1em 90px 0 70px; 100 margin:1em 90px 0 70px;
97 padding:0 20px 101 padding:0 20px
98 } 102 }
99 103
100 hr { 104 hr {
101 border:1px solid; 105 border:1px solid;
102 border-color:#36C; 106 border-color:#36C;
103 margin:1em 0 107 margin:1em 0
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 padding:0; 647 padding:0;
644 max-width:1160px; 648 max-width:1160px;
645 position:relative; 649 position:relative;
646 min-height:100%; 650 min-height:100%;
647 height:auto !important; 651 height:auto !important;
648 _height:100% 652 _height:100%
649 } 653 }
650 654
651 #gc-pagecontent { 655 #gc-pagecontent {
652 padding-left:24px; 656 padding-left:24px;
653 border-left:3px solid #e5ecf9 657 border-left:3px solid #def7de;
654 } 658 }
655 659
656 .moreright { 660 .moreright {
657 margin:2px 0 2px 0; 661 margin:2px 0 2px 0;
658 text-align:right 662 text-align:right
659 } 663 }
660 664
661 #gc-header {
662 padding:7px 0 0 0;
663 margin:9px 0 12px
664 }
665
666 #gc-header #logo {
667 margin:0;
668 padding-top:5px;
669 position:absolute
670 }
671
672 #gc-header a img {
673 border:none;
674 padding:0;
675 margin:0
676 }
677
678 #gc-header #gc-logo-img {
679 background-image:url(/images/sprites08132008.png);
680 background-position:-28px -36px;
681 width:153px;
682 height:55px;
683 cursor:pointer
684 }
685
686 #gc-topnav { 665 #gc-topnav {
687 font-size:1em; 666 font-size:1em;
688 margin:0; 667 margin:0;
689 padding:.1em 0; 668 padding:.1em 0;
690 width:100%; 669 width:100%;
691 white-space:nowrap; 670 white-space:nowrap;
692 word-wrap:normal; 671 word-wrap:normal;
693 background-color:#e5ecf9; 672 background-color:#e5ecf9;
694 border-top:1px solid #36C 673 border-top:1px solid #36C
695 } 674 }
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 #mainColumn table.imagelayout td { 1307 #mainColumn table.imagelayout td {
1329 border:none; 1308 border:none;
1330 padding:0px 6px 6px; 1309 padding:0px 6px 6px;
1331 text-align:center; 1310 text-align:center;
1332 } 1311 }
1333 1312
1334 #mainColumn table.imagelayout tr.images td { 1313 #mainColumn table.imagelayout tr.images td {
1335 vertical-align:bottom; 1314 vertical-align:bottom;
1336 } 1315 }
1337 1316
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/devguide.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698