From 23ec539619fc5215d26dc3e2086000b3922ae0dd Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 14 Feb 2014 09:43:43 -0300 Subject: [PATCH] fix track card margin --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c4afad8..1ba9b96 100644 --- a/style.css +++ b/style.css @@ -1001,8 +1001,8 @@ input.button.with-text { border: 0px solid #DDDDDD; display: inline-block; float: left; - clear: right; - margin: 0 9px 9px; + clear: right; + margin: 12px 9px 9px; max-width: 214px; height: 426px; padding: 0; -- libgit2 0.21.2