diff --git a/test/fixtures/stylesheets/blueprint/css/typography.css b/test/fixtures/stylesheets/blueprint/css/typography.css index d731a113..e49a5725 100644 --- a/test/fixtures/stylesheets/blueprint/css/typography.css +++ b/test/fixtures/stylesheets/blueprint/css/typography.css @@ -1,5 +1,3 @@ - - body { line-height: 1.5; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; diff --git a/test/fixtures/stylesheets/compass/css/layout.css b/test/fixtures/stylesheets/compass/css/layout.css index 5c86bc0d..95a69635 100644 --- a/test/fixtures/stylesheets/compass/css/layout.css +++ b/test/fixtures/stylesheets/compass/css/layout.css @@ -1,4 +1,3 @@ - html, body { height: 100%; } diff --git a/test/fixtures/stylesheets/compass/css/print.css b/test/fixtures/stylesheets/compass/css/print.css index 8783e2a5..3dceb843 100644 --- a/test/fixtures/stylesheets/compass/css/print.css +++ b/test/fixtures/stylesheets/compass/css/print.css @@ -1,4 +1,3 @@ - .noprint, .no-print { display: none; } diff --git a/test/fixtures/stylesheets/compass/css/reset.css b/test/fixtures/stylesheets/compass/css/reset.css index 43e29524..ec2ac31d 100644 --- a/test/fixtures/stylesheets/compass/css/reset.css +++ b/test/fixtures/stylesheets/compass/css/reset.css @@ -1,4 +1,3 @@ - html, body { margin: 0; padding: 0; @@ -31,9 +30,8 @@ blockquote, q { font-family: inherit; vertical-align: baseline; quotes: "" ""; } - blockquote:before, - blockquote:after, q:before, - q:after { + blockquote:before, q:before, + blockquote:after, q:after { content: ""; } th, td, caption { diff --git a/test/fixtures/stylesheets/compass/css/utilities.css b/test/fixtures/stylesheets/compass/css/utilities.css index ecc80997..bacc48c6 100644 --- a/test/fixtures/stylesheets/compass/css/utilities.css +++ b/test/fixtures/stylesheets/compass/css/utilities.css @@ -1,20 +1,3 @@ - - - - - - - - - - - - - - - - - .clearfix { overflow: auto; overflow: -moz-scrollbars-none; diff --git a/test/fixtures/stylesheets/yui/css/mixins.css b/test/fixtures/stylesheets/yui/css/mixins.css index 006b0693..7037c3ef 100644 --- a/test/fixtures/stylesheets/yui/css/mixins.css +++ b/test/fixtures/stylesheets/yui/css/mixins.css @@ -1,6 +1,3 @@ - - - .font-size-26px { font-size: 200%; }