]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: customize css for the group title 4680/head
authorKefu Chai <kchai@redhat.com>
Thu, 14 May 2015 11:08:35 +0000 (19:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 14 May 2015 11:33:31 +0000 (19:33 +0800)
Fixes: #9442
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_themes/ceph/static/nature.css_t

index 92e42567a1f1d53cffd63059ce995ab71667a880..71fb56f4d918fb0eba203a451ad1ed14083dd7cb 100644 (file)
@@ -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;
+}