From 009a0739906566abd511d17d53b8282696e9e99e Mon Sep 17 00:00:00 2001 From: Hussain Khalil Date: Sat, 3 Jun 2017 04:58:43 -0400 Subject: [PATCH] Remove annoying difference in button heights. (#1853) * Remove annoying difference in button heights. Why was that even there? See before & after: http://imgur.com/a/yKdUR * (2/2) Remove annoying difference in button heights --- public/css/index.css | 1 - public/less/_repository.less | 1 - 2 files changed, 2 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index b4d734158..cb9c12e2d 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -1307,7 +1307,6 @@ footer .ui.language .menu { } .repository.file.list #file-buttons { font-weight: normal; - margin-top: -3px; } .repository.file.list #file-buttons .ui.button { padding: 8px 10px; diff --git a/public/less/_repository.less b/public/less/_repository.less index b327fb0b5..305ed1ab8 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -163,7 +163,6 @@ } #file-buttons { font-weight: normal; - margin-top: -3px; .ui.button { padding: 8px 10px; font-weight: normal;