Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 } |
| OLD | NEW |