mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
Remove subtle dots, fix typo
This commit is contained in:
parent
ffb4abb462
commit
e6e9203504
2 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ body,
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
background-image: url('/img/subtle_dots.png');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap {
|
#wrap {
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ d3.json( running_url+'?history=1',
|
||||||
|
|
||||||
mysvg.append( 'path' )
|
mysvg.append( 'path' )
|
||||||
.attr( 'd', function( d ) { return area( d.values ); } )
|
.attr( 'd', function( d ) { return area( d.values ); } )
|
||||||
.attr( 'clas', 'area' )
|
.attr( 'class', 'area' )
|
||||||
.attr( 'opacity', '0.25' )
|
.attr( 'opacity', '0.25' )
|
||||||
.style( 'fill', function( d ) { return color[ d.name ]; } );
|
.style( 'fill', function( d ) { return color[ d.name ]; } );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue