diff --git a/test/fixtures/stylesheets/blueprint/css/screen.css b/test/fixtures/stylesheets/blueprint/css/screen.css index db7e3410..fc0e522e 100644 --- a/test/fixtures/stylesheets/blueprint/css/screen.css +++ b/test/fixtures/stylesheets/blueprint/css/screen.css @@ -1,33 +1,32 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, +del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { margin: 0; padding: 0; border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; font-size: 100%; - font-family: inherit; + font: inherit; vertical-align: baseline; } body { - line-height: 1; - color: black; - background: white; } + line-height: 1; } ol, ul { list-style: none; } table { - border-collapse: separate; - border-spacing: 0; - vertical-align: middle; } + border-collapse: collapse; + border-spacing: 0; } caption, th, td { text-align: left; @@ -35,13 +34,18 @@ caption, th, td { vertical-align: middle; } q, blockquote { - quotes: "" ""; } + quotes: none; } q:before, q:after, blockquote:before, blockquote:after { - content: ""; } + content: ""; + content: none; } a img { border: none; } +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; } + body { line-height: 1.5; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; diff --git a/test/fixtures/stylesheets/compass/css/lists.css b/test/fixtures/stylesheets/compass/css/lists.css index c31c4732..8e7b1a58 100644 --- a/test/fixtures/stylesheets/compass/css/lists.css +++ b/test/fixtures/stylesheets/compass/css/lists.css @@ -2,7 +2,6 @@ ul.horizontal { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.horizontal li { @@ -25,7 +24,6 @@ ul.wide-horizontal { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.wide-horizontal li { @@ -48,7 +46,6 @@ ul.right-horizontal { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.right-horizontal li { @@ -71,7 +68,6 @@ ul.no-padding { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.no-padding li { @@ -86,7 +82,6 @@ ul.inline-block { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.inline-block li { @@ -106,7 +101,6 @@ ul.wide-inline-block { margin: 0; padding: 0; border: 0; - outline: 0; overflow: hidden; *zoom: 1; } ul.wide-inline-block li { diff --git a/test/fixtures/stylesheets/compass/css/reset.css b/test/fixtures/stylesheets/compass/css/reset.css index e73cc28b..1455b31b 100644 --- a/test/fixtures/stylesheets/compass/css/reset.css +++ b/test/fixtures/stylesheets/compass/css/reset.css @@ -1,33 +1,32 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, +del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { margin: 0; padding: 0; border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; font-size: 100%; - font-family: inherit; + font: inherit; vertical-align: baseline; } body { - line-height: 1; - color: black; - background: white; } + line-height: 1; } ol, ul { list-style: none; } table { - border-collapse: separate; - border-spacing: 0; - vertical-align: middle; } + border-collapse: collapse; + border-spacing: 0; } caption, th, td { text-align: left; @@ -35,13 +34,18 @@ caption, th, td { vertical-align: middle; } q, blockquote { - quotes: "" ""; } + quotes: none; } q:before, q:after, blockquote:before, blockquote:after { - content: ""; } + content: ""; + content: none; } a img { border: none; } +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; } + .unregistered-only, .registered-only { display: none; }