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 {
line-height: 1.5;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

View File

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

View File

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

View File

@ -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 {

View File

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

View File

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