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

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

Issue 527013: Merge 35668 - Fix doc styling bug where underscores are invisible in some hig... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 10 years, 11 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 } 81 }
82 82
83 code { 83 code {
84 font-size:10pt 84 font-size:10pt
85 } 85 }
86 86
87 pre { 87 pre {
88 font-size:9pt; 88 font-size:9pt;
89 background-color:#fafafa; 89 background-color:#fafafa;
90 border:1px solid #bbb; 90 border:1px solid #bbb;
91 line-height:125%;
92 margin:1em 0 0 0; 91 margin:1em 0 0 0;
93 padding:.99em; 92 padding:.99em;
94 overflow:auto; 93 overflow:auto;
95 word-wrap:break-word 94 word-wrap:break-word
96 } 95 }
97 96
98 blockquote { 97 blockquote {
99 text-align:justify; 98 text-align:justify;
100 margin:1em 90px 0 70px; 99 margin:1em 90px 0 70px;
101 padding:0 20px 100 padding:0 20px
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 border-left:0px; 1331 border-left:0px;
1333 } 1332 }
1334 1333
1335 #codesiteContent.hideSideNav .g-tpl-170 .g-unit { 1334 #codesiteContent.hideSideNav .g-tpl-170 .g-unit {
1336 display:block; 1335 display:block;
1337 margin:0 0 0 0px; 1336 margin:0 0 0 0px;
1338 width:auto; 1337 width:auto;
1339 float:none 1338 float:none
1340 } 1339 }
1341 1340
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698