From 9dd0a6534ee2fc961e5a32d60206d0cfd7f1f2b2 Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 23 Jun 2013 03:19:43 +0900 Subject: [PATCH] Fix table bottom-margin. --- src/main/webapp/assets/common/css/gitbucket.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index e43e8bf04..0e828596f 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -92,11 +92,11 @@ table.table-file-list td.latest-commmit { padding-bottom: 4px; background-color: white; } - +/* table.table { margin-bottom: 10px; } - +*/ table.table th { background-color: #d9edf7; }