Fix broken test fixtures with new, better css output from sass.
This commit is contained in:
parent
a363370572
commit
a711197b2a
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
html, body {
|
||||
height: 100%; }
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
.noprint,
|
||||
.no-print {
|
||||
display: none; }
|
||||
|
@ -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 {
|
||||
|
@ -1,20 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.clearfix {
|
||||
overflow: auto;
|
||||
overflow: -moz-scrollbars-none;
|
||||
|
3
test/fixtures/stylesheets/yui/css/mixins.css
vendored
3
test/fixtures/stylesheets/yui/css/mixins.css
vendored
@ -1,6 +1,3 @@
|
||||
|
||||
|
||||
|
||||
.font-size-26px {
|
||||
font-size: 200%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user