diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass index f4fd8dc4..89e2057e 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass @@ -43,6 +43,7 @@ :color= !loud_color =blueprint-typography-body + :line-height 1.5 +normal-text :font-size 75% diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass b/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass index ab80b5af..5857a229 100644 --- a/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +++ b/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass @@ -13,8 +13,6 @@ pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr +reset - body - :line-height 1.5 blockquote, q +reset-quotation th, td, caption diff --git a/test/fixtures/stylesheets/blueprint/css/typography.css b/test/fixtures/stylesheets/blueprint/css/typography.css index 5e09ba62..d731a113 100644 --- a/test/fixtures/stylesheets/blueprint/css/typography.css +++ b/test/fixtures/stylesheets/blueprint/css/typography.css @@ -1,6 +1,7 @@ body { + line-height: 1.5; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #333333; font-size: 75%; } diff --git a/test/fixtures/stylesheets/compass/css/reset.css b/test/fixtures/stylesheets/compass/css/reset.css index 087c3ec1..43e29524 100644 --- a/test/fixtures/stylesheets/compass/css/reset.css +++ b/test/fixtures/stylesheets/compass/css/reset.css @@ -21,9 +21,6 @@ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, th font-family: inherit; vertical-align: baseline; } -body { - line-height: 1.5; } - blockquote, q { margin: 0; padding: 0; diff --git a/test/fixtures/stylesheets/compass/css/utilities.css b/test/fixtures/stylesheets/compass/css/utilities.css index 946cff6d..ecc80997 100644 --- a/test/fixtures/stylesheets/compass/css/utilities.css +++ b/test/fixtures/stylesheets/compass/css/utilities.css @@ -13,6 +13,8 @@ + + .clearfix { overflow: auto; overflow: -moz-scrollbars-none;