fixed tests related to reset

This commit is contained in:
Eric Meyer 2011-02-22 23:11:26 -07:00
parent c521908947
commit 132621c230
4 changed files with 37 additions and 35 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
compass (0.11.beta.2.0dc38bc) compass (0.11.beta.2.c521908)
chunky_png (~> 0.12.0) chunky_png (~> 0.12.0)
sass (>= 3.1.0.alpha.218) sass (>= 3.1.0.alpha.218)

View File

@ -1,33 +1,32 @@
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 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, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 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; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%; font-size: 100%;
font-family: inherit; font: inherit;
vertical-align: baseline; } vertical-align: baseline; }
body { body {
line-height: 1; line-height: 1; }
color: black;
background: white; }
ol, ul { ol, ul {
list-style: none; } list-style: none; }
table { table {
border-collapse: separate; border-collapse: collapse;
border-spacing: 0; border-spacing: 0; }
vertical-align: middle; }
caption, th, td { caption, th, td {
text-align: left; text-align: left;
@ -35,13 +34,18 @@ caption, th, td {
vertical-align: middle; } vertical-align: middle; }
q, blockquote { q, blockquote {
quotes: "" ""; } quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { q:before, q:after, blockquote:before, blockquote:after {
content: ""; } content: "";
content: none; }
a img { a img {
border: none; } border: none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body { body {
line-height: 1.5; line-height: 1.5;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

View File

@ -2,7 +2,6 @@ ul.horizontal {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.horizontal li { ul.horizontal li {
@ -25,7 +24,6 @@ ul.wide-horizontal {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.wide-horizontal li { ul.wide-horizontal li {
@ -48,7 +46,6 @@ ul.right-horizontal {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.right-horizontal li { ul.right-horizontal li {
@ -71,7 +68,6 @@ ul.no-padding {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.no-padding li { ul.no-padding li {
@ -86,7 +82,6 @@ ul.inline-block {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.inline-block li { ul.inline-block li {
@ -106,7 +101,6 @@ ul.wide-inline-block {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
overflow: hidden; overflow: hidden;
*zoom: 1; } *zoom: 1; }
ul.wide-inline-block li { ul.wide-inline-block li {

View File

@ -1,33 +1,32 @@
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 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, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 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; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%; font-size: 100%;
font-family: inherit; font: inherit;
vertical-align: baseline; } vertical-align: baseline; }
body { body {
line-height: 1; line-height: 1; }
color: black;
background: white; }
ol, ul { ol, ul {
list-style: none; } list-style: none; }
table { table {
border-collapse: separate; border-collapse: collapse;
border-spacing: 0; border-spacing: 0; }
vertical-align: middle; }
caption, th, td { caption, th, td {
text-align: left; text-align: left;
@ -35,13 +34,18 @@ caption, th, td {
vertical-align: middle; } vertical-align: middle; }
q, blockquote { q, blockquote {
quotes: "" ""; } quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { q:before, q:after, blockquote:before, blockquote:after {
content: ""; } content: "";
content: none; }
a img { a img {
border: none; } border: none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
.unregistered-only, .registered-only { .unregistered-only, .registered-only {
display: none; } display: none; }