From e27cb4dcd1ded6198460fa62acab13483b404d0a Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 23 Feb 2009 00:31:42 -0800 Subject: [PATCH] Eliminating spacing around product buttons. --- static/css/product.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/product.css b/static/css/product.css index 4100de7..3469746 100644 --- a/static/css/product.css +++ b/static/css/product.css @@ -64,6 +64,11 @@ background-image: url(/static/images/note_icon.png); } +form { + margin-bottom: 0; + margin-top: 0; +} + .hook_area { -moz-border-radius: 5px; -webkit-border-radius: 5px;