From: Kefu Chai Date: Thu, 15 Apr 2021 16:52:25 +0000 (+0800) Subject: doc/_theme: increasing the padding in navigation bar X-Git-Tag: v17.1.0~2246^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40876%2Fhead;p=ceph.git 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 --- 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 {