aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 23:56:03 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 23:56:03 -0500
commit596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b (patch)
tree4f02adfcf7ac9758415826dcab39ea6ebc37683b /public
parent0936e746e67fc36f10047f4302dccb7a7431e241 (diff)
downloadgitea-templates-596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b.tar.gz
gitea-templates-596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b.tar.bz2
gitea-templates-596d88b62e94e6f6a7b98fa6f5ef7893fbfe4e9b.zip
public/css/override: Offset divider
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css3
1 files changed, 2 insertions, 1 deletions
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; }