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

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10821073: Extensions Docs Server: Filter APIs UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unmove reference section Created 8 years, 4 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 | chrome/common/extensions/docs/server2/static/js/filter.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/js/filter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698