From c8af6c4b5a85da16bf24e3d8471a3b2394a127e1 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 12 Sep 2017 20:54:15 +0900 Subject: [PATCH] Fix styles --- src/main/webapp/assets/common/css/gitbucket.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index ee8ef840b..7aae5feba 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -438,10 +438,6 @@ div.repository-content { margin-left: 40px; } -table.branches>thead>tr>th { - padding: 12px; -} - table.branches>tbody>tr>td{ padding: 12px; line-height: 30px;