Use node.js for browser-based CI

This commit is contained in:
wood
2019-03-13 21:25:40 -07:00
committed by Gregg Van Hove
parent f5663a9076
commit 828d14f48e
12 changed files with 275 additions and 35 deletions

View File

@@ -1,5 +1,3 @@
@import "compass";
$line-height: 14px;
$margin-unit: 14px;
@@ -68,9 +66,12 @@ body {
}
.jasmine-banner .jasmine-title {
background: inline-image('jasmine-horizontal.png') no-repeat;
background: inline-image('jasmine-horizontal.svg') no-repeat, none;
@include background-size(100%);
background: url('../../images/jasmine-horizontal.png') no-repeat;
background: url('../../images/jasmine-horizontal.svg') no-repeat, none;
-moz-background-size: 100%;
-o-background-size: 100%;
-webkit-background-size: 100%;
background-size: 100%;
display: block;
float: left;
width: 90px;
@@ -110,7 +111,7 @@ body {
//--- Symbol summary ---//
.jasmine-symbol-summary {
@include clearfix;
overflow: hidden;
margin: $line-height 0;
li {