From: Kefu Chai Date: Thu, 14 May 2015 11:08:35 +0000 (+0800) Subject: doc: customize css for the group title X-Git-Tag: v9.0.2~159^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdffcc4593bb41965ea7650a3bc43c0487272201;p=ceph.git doc: customize css for the group title Fixes: #9442 Signed-off-by: Kefu Chai --- diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t index 92e42567a1f1..71fb56f4d918 100644 --- a/doc/_themes/ceph/static/nature.css_t +++ b/doc/_themes/ceph/static/nature.css_t @@ -196,7 +196,7 @@ div.admonition p.admonition-title + p { display: inline; } -div.highlight{ +div.highlight { background-color: white; } @@ -302,3 +302,9 @@ dl.glossary dt { padding-top:20px; } + +p.breathe-sectiondef-title { + font-size: 1.3em; + font-weight: bold; + border-bottom: thin solid #5E6A71; +}