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
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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' );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue