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

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

Issue 354073004: Docserver: Add template support for object level availability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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 29 matching lines...) Expand all
40 h2 { 40 h2 {
41 background-color: darken($gray-light, 5%); 41 background-color: darken($gray-light, 5%);
42 padding: $default-padding; 42 padding: $default-padding;
43 margin-left: $default-padding * -1; 43 margin-left: $default-padding * -1;
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
51 .availability {
52 color: magenta;
ahernandez 2014/07/01 20:27:46 I left this magenta because it stands out well for
not at google - send to devlin 2014/07/01 20:29:53 no problem. I actually want to play with the style
ahernandez 2014/07/01 20:45:25 I just tried out a style similar to the deprecated
53 }
50 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698