Right-margin

This commit is contained in:
Scott Schneider 2014-02-13 09:58:49 -08:00
parent 978a9b80a0
commit 52cd9bc128
2 changed files with 1 additions and 1 deletions

View file

@ -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' );