From fdffcc4593bb41965ea7650a3bc43c0487272201 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 14 May 2015 19:08:35 +0800 Subject: [PATCH] doc: customize css for the group title Fixes: #9442 Signed-off-by: Kefu Chai --- doc/_themes/ceph/static/nature.css_t | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; +} -- 2.47.3