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

Side by Side Diff: chrome/common/extensions/docs/static/sass/_api.scss

Issue 375133002: Docserver: Display API features that are available to content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 6 years, 5 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
OLDNEW
1 // Uses vertical_rythm library from 1 // Uses vertical_rythm library from
2 // http://compass-style.org/reference/compass/typography/vertical_rhythm/ 2 // http://compass-style.org/reference/compass/typography/vertical_rhythm/
3 // as explained in _typography.scss 3 // as explained in _typography.scss
4 @import "compass/typography/vertical_rhythm"; 4 @import "compass/typography/vertical_rhythm";
5 5
6 .api { 6 .api {
7 color: #333; 7 color: #333;
8 font-size: 14px; 8 font-size: 14px;
9 9
10 .api-summary { 10 .api-summary {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 margin-right: $default-padding * -1; 44 margin-right: $default-padding * -1;
45 } 45 }
46 h3 { 46 h3 {
47 margin-top: rhythm(2); 47 margin-top: rhythm(2);
48 } 48 }
49 } 49 }
50 50
51 .availability { 51 .availability {
52 color: #A03; 52 color: #A03;
53 } 53 }
54
55 table#intro {
56 .title {
57 white-space: nowrap;
58 }
59 }
54 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698