From 6711b735f17e4db35999f04f08c816fcf19a6496 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 16 Apr 2021 00:52:25 +0800 Subject: [PATCH] doc/_theme: increasing the padding in navigation bar otherwise the "home-icon" and the right most "Edit on GitHub" are displayed right next to the left and right borders of the top-bar. Signed-off-by: Kefu Chai --- doc/_themes/ceph/static/ceph.css_t | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index cd5ad6090750..a824b0fcd30f 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -16,6 +16,7 @@ .top-bar > div[role=navigation] > ul { border-top: 5px solid #9C4850; + padding: 0 1em; } .top-bar > div[role=navigation] > hr { -- 2.47.3