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