From bd7f410c2e7e3cc590185d385c74b314998d11b1 Mon Sep 17 00:00:00 2001 From: Sean Stephens Date: Wed, 14 Dec 2016 22:04:37 -0700 Subject: [PATCH] Spacing --- src/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index edd1b9d..e4d67ad 100644 --- a/src/style.css +++ b/src/style.css @@ -16,7 +16,7 @@ } /* Borders and background */ -._synteny-dotplot-builder .dotplot, +._synteny-dotplot-builder .dotplot, ._synteny-dotplot-builder #histogram-and-top-form, ._synteny-dotplot-builder #form-wrapper { @@ -28,7 +28,7 @@ /* Dot plot */ -/* The float and position properties here are black magic to get the +/* The float and position properties here are black magic to get the * canvas and svg to sit on top of each other. */ ._synteny-dotplot-builder .dotplot { float: left; @@ -119,8 +119,8 @@ display: inline; } -#histogram-button-left, -#histogram-button-right, +#histogram-button-left, +#histogram-button-right, #histogram-button-title { margin-top: 2%; }