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

@ -117,6 +117,7 @@ body,
.module { .module {
margin-top: 5px; margin-top: 5px;
margin-left: 25px; margin-left: 25px;
margin-right: 25px;
font: 13px 'PT Sans', sans-serif; font: 13px 'PT Sans', sans-serif;
line-height: 20px; line-height: 20px;
color: #888; color: #888;

View file

@ -116,7 +116,6 @@ d3.json( running_url+'?history=1',
var svg = d3.select( '#stats-vcloud-running' ) var svg = d3.select( '#stats-vcloud-running' )
.append( 'svg' ) .append( 'svg' )
.attr( 'height', running_height ) .attr( 'height', running_height )
.attr( 'width', '97%' )
.style( 'margin-top', '15px' ) .style( 'margin-top', '15px' )
.style( 'margin-bottom', '10px' ) .style( 'margin-bottom', '10px' )
.append( 'g' ); .append( 'g' );