From 9c99a18e57919f2f7d4bcb20dce6d5902ca94a7b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 17 Mar 2011 14:25:30 +0000 Subject: [PATCH] Fix the button styling to stop them clumping together when they wrap --- app/media/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/media/css/style.css b/app/media/css/style.css index 9f7de0c..72e490b 100644 --- a/app/media/css/style.css +++ b/app/media/css/style.css @@ -151,4 +151,5 @@ table th a:visted display: inline-block; padding: 4px 12px 4px; text-decoration: none; + margin-bottom: 4px; }