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

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: 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
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: 30%;
not at google - send to devlin 2012/07/30 10:14:25 pixel height is preferred; 6px looks ok. I'd also
cduvall 2012/07/30 20:05:38 Done.
370 }
371
372 #filtered_apis {
373 margin-top: -5px;
374 padding-bottom: 5px;
375 border-bottom: 1px solid #E5E5E5;
not at google - send to devlin 2012/07/30 10:14:25 border looks kinda ugly, if you make them differen
cduvall 2012/07/30 20:05:38 Done.
376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698