Use node.js for browser-based CI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user