From 596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 23:56:03 -0500 Subject: public/css/override: Offset divider --- public/css/override.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/override.css b/public/css/override.css index c44a542..d02c235 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -53,13 +53,14 @@ a, .ui.breadcrumb a { color: #0366d6; } .repository .item { border-top: 3px solid transparent; } .repository a.item { padding: 0.5rem 1.5rem !important; } +.repository .ui.tabs.divider { margin-top: -1px; } .ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; } -.repo-title .divider { margin: 0; } .ui.breadcrumb .divider { font-weight: 700; color: #000; } .ui.tabular.menu .item { color: #444; } .ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; } +.repo-title .divider { margin: 0; } .repo-topics, .ui.repo-description { display: none !important; } .repo-topics-custom, .ui.repo-description-custom { display: block !important; } -- cgit v1.2.3