mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Right-margin
This commit is contained in:
parent
978a9b80a0
commit
52cd9bc128
2 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ d3.json( running_url+'?history=1',
|
|||
var svg = d3.select( '#stats-vcloud-running' )
|
||||
.append( 'svg' )
|
||||
.attr( 'height', running_height )
|
||||
.attr( 'width', '97%' )
|
||||
.style( 'margin-top', '15px' )
|
||||
.style( 'margin-bottom', '10px' )
|
||||
.append( 'g' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue