From ddc61355ef9354d35c8c0065035eddd780ca44ca Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 16 Dec 2014 14:29:02 -0300 Subject: [PATCH] Small fix in block store css --- public/stylesheets/block_store.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/block_store.css b/public/stylesheets/block_store.css index ee79e06..c12368c 100644 --- a/public/stylesheets/block_store.css +++ b/public/stylesheets/block_store.css @@ -1,3 +1,7 @@ +#content .block-type { + padding: 0; +} + #block-types { height: 100px; } -- libgit2 0.21.2