| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |