Fix broken test fixtures with new, better css output from sass.

This commit is contained in:
Chris Eppstein 2009-04-01 17:22:51 -07:00
parent a363370572
commit a711197b2a
6 changed files with 2 additions and 28 deletions

View File

@ -1,5 +1,3 @@
body { body {
line-height: 1.5; line-height: 1.5;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

View File

@ -1,4 +1,3 @@
html, body { html, body {
height: 100%; } height: 100%; }

View File

@ -1,4 +1,3 @@
.noprint, .noprint,
.no-print { .no-print {
display: none; } display: none; }

View File

@ -1,4 +1,3 @@
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -31,9 +30,8 @@ blockquote, q {
font-family: inherit; font-family: inherit;
vertical-align: baseline; vertical-align: baseline;
quotes: "" ""; } quotes: "" ""; }
blockquote:before, blockquote:before, q:before,
blockquote:after, q:before, blockquote:after, q:after {
q:after {
content: ""; } content: ""; }
th, td, caption { th, td, caption {

View File

@ -1,20 +1,3 @@
.clearfix { .clearfix {
overflow: auto; overflow: auto;
overflow: -moz-scrollbars-none; overflow: -moz-scrollbars-none;

View File

@ -1,6 +1,3 @@
.font-size-26px { .font-size-26px {
font-size: 200%; } font-size: 200%; }