aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 00:47:28 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 00:47:28 -0500
commit4a5ec479a11a426e0c3bbb52432e54ecfb92771b (patch)
tree8e321a6a11599dcef869c8c6190c20047f2824ca /public
parent77f497c818c57545d18ada430357b0b45dd0daa9 (diff)
downloadgitea-templates-4a5ec479a11a426e0c3bbb52432e54ecfb92771b.tar.gz
gitea-templates-4a5ec479a11a426e0c3bbb52432e54ecfb92771b.tar.bz2
gitea-templates-4a5ec479a11a426e0c3bbb52432e54ecfb92771b.zip
public/css/override: Remove margin top on right header
Commit list
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 0f98151..488739c 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -63,6 +63,7 @@ a, .ui.breadcrumb a { color: #0366d6; }
.ui.tabular.menu .item { color: #444; }
.ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; }
.ui.attached.header { background: #f9fafb; }
+.ui.attached.header .right { margin-top: 0; }
.repo-title .divider { margin: 0; }
.repo-topics, .ui.repo-description { display: none !important; }