Skip to content

Commit 7eeb937

Browse files
author
Ed Costello
committed
DOCS-481 make headings more distinct
1 parent 0badc05 commit 7eeb937

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ div.document {
4343
div.body {
4444
background-color: white;
4545
color: black;
46-
padding: 0 30px 30px 30px;
46+
/* padding: 0 30px 30px 30px; */
4747
font-size: 100%;
48+
4849
}
4950

51+
div.body > div#cse-results + div.section {margin-left:2pc;}
52+
5053
div.footerX {
5154
color: white;
5255
width: 100%;
@@ -314,7 +317,7 @@ div.viewcode-block:target {
314317
border-bottom: 1px solid #ac9;
315318
}
316319

317-
/*
320+
/*
318321
p.first, p.last {
319322
margin-bottom: 0 !important;
320323
}
@@ -327,10 +330,10 @@ table.docutils td {
327330
}
328331

329332
table.docutils.field-list ul.first.last.simple>li {
330-
padding-top: 1em;
333+
padding-top: 1em;
331334
}
332335
table.docutils.field-list ul.first.last.simple>li>p {
333-
padding-top: 1em;
336+
padding-top: 1em;
334337
}
335338

336339
div.highlight-javascript>div.highlight>pre>span.hll {
@@ -711,8 +714,8 @@ div.section {cursor:default;}
711714

712715
div#header-db {background-image: url(http://media.mongodb.org/back-header.png)}
713716

714-
/*
715-
background-color: #f6f4cd; -- house nav style
717+
/*
718+
background-color: #f6f4cd; -- house nav style
716719
footer bg: #fdfcf7; font-size 80%; line-height:1.5em; color: #4c3a2c;
717720
logo: http://media.mongodb.org/logo-mongodb.png
718721

@@ -737,7 +740,10 @@ li > div.admonition {margin-left:0;}
737740
div#btnv {padding-top:3em}
738741
div#btnv ul#btnvl {display:block;width:66%;text-align:center;}
739742
div#btnv ul#btnvl li {display:inline;list-item-style:none;font-size:10pt;padding:1em; width:33%}
740-
div#btnv ul#btnvl li#btnvup:before,
743+
div#btnv ul#btnvl li#btnvup:before,
741744
div#btnv ul#btnvl li#btnvnx:before {content:" ";padding-left:1em;padding-right:1em;color:#c48c55}
742745

746+
div.body > div.section > div.section {margin-left:0;margin-top:2em;}
743747

748+
div.body > div.section > div.section div.section {margin-left:2pc;margin-right:2pc;}
749+
div.section h2 {line-height:1.0}

0 commit comments

Comments
 (0)