aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 21:16:44 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 21:16:44 -0500
commitde0802e22c2cbd67432a113bfbdafeb759303126 (patch)
treeb5ec3ecf1317b9f06b661c8b11ecf409cc498769 /public
parent8f40eca520523c7424e1935eb3b8ebec14b8413e (diff)
downloadgitea-templates-de0802e22c2cbd67432a113bfbdafeb759303126.tar.gz
gitea-templates-de0802e22c2cbd67432a113bfbdafeb759303126.tar.bz2
gitea-templates-de0802e22c2cbd67432a113bfbdafeb759303126.zip
public/css/override: Remove extra top width
Repository tabs
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/override.css b/public/css/override.css
index e2450ed..88b467d 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -61,7 +61,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.ui.breadcrumb .divider { font-weight: 700; color: #000; }
.ui.table td { padding: 0.57145rem; }
.ui.tabular.menu .item { color: #444; }
-.ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; }
+.ui.tabular.menu .active.item { font-weight: 400; }
.ui.attached.header { background: #f9fafb; }
.ui.attached.header .right { margin-top: 0; }
.ui.compact.button, .ui.compact.buttons .button { padding: 0.5rem 1rem; font-weight: 700; }