X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28590c1712c7c3c552cb5acbf01c482dc834b927..dffa580d39b977746f6950b835b78b949a862c9d:/apps/workbench/app/assets/stylesheets/keep_disks.css.scss diff --git a/apps/workbench/app/assets/stylesheets/keep_disks.css.scss b/apps/workbench/app/assets/stylesheets/keep_disks.css.scss index 1f7780bbb0..e7a1b12c96 100644 --- a/apps/workbench/app/assets/stylesheets/keep_disks.css.scss +++ b/apps/workbench/app/assets/stylesheets/keep_disks.css.scss @@ -1,3 +1,11 @@ // Place all the styles related to the KeepDisks controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +/* Margin allows us some space between the table above. */ +div.graph { + margin-top: 20px; +} +div.graph h3, div.graph h4 { + text-align: center; +}