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 {
|
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;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.noprint,
|
.noprint,
|
||||||
.no-print {
|
.no-print {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
@ -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 {
|
||||||
|
@ -1,20 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.clearfix {
|
.clearfix {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow: -moz-scrollbars-none;
|
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-26px {
|
||||||
font-size: 200%; }
|
font-size: 200%; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user