Sha256: 049f16f348dff6114bfe2e218c0d4149191ccc8f551d28a5dee61c3aaf46a8c9
Contents?: true
Size: 721 Bytes
Versions: 6
Compression:
Stored size: 721 Bytes
Contents
// Set type to a baseline using the values in this article from A List Apart // http://www.alistapart.com/articles/settingtypeontheweb !default_font_size ||= 12px !line_height_multiplier ||= 1.5 !line_height = !default_font_size * !line_height_multiplier body :font-family "Helvetica" :font-size #{!default_font_size} :line-height #{!line_height} p :margin-bottom #{!line_height} h1, h2, h3, h4, h5 :font-weight bold h1 :font-size = !default_font_size * 2 :line-height = !line_height * 2 :margin-bottom #{!line_height} h2 :font-size #{!line_height} :line-height #{!line_height} :margin-bottom #{!line_height} h3, h4, h5 :font-size #{!default_font_size} :line-height #{!line_height}
Version data entries
6 entries across 6 versions & 2 rubygems