@@ -49,15 +49,15 @@ div.body {
49
49
div.body > div#cse-results + div.section {margin-left:2pc;}
50
50
51
51
div.footer {
52
- color:white;
53
- width:auto;
54
- padding:0;
55
- margin:0;
56
- text-align:center;
57
- font-size:80%;
58
- border:none;
59
- padding:0.5em;
60
- }
52
+ color:white;
53
+ width:auto;
54
+ padding:0;
55
+ margin:0;
56
+ text-align:center;
57
+ font-size:80%;
58
+ border:none;
59
+ padding:0.5em;
60
+ }
61
61
62
62
div.footer p {margin:0;padding:0;line-height:1.5;}
63
63
@@ -238,22 +238,22 @@ div.topic {
238
238
}
239
239
240
240
div.admonition {
241
- margin:1em ;
242
- width:auto;
243
- max-width:80%;
244
- padding:0;
245
- }
241
+ margin:1.5em auto ;
242
+ width:auto;
243
+ max-width:80%;
244
+ padding:0;
245
+ }
246
246
247
247
248
248
div.warning {
249
- background-color: #ffff66;
250
- padding:1ex;
249
+ background-color: #ffff66;
250
+ padding:1ex;
251
251
}
252
252
253
253
254
254
div.note {
255
255
background-color: inherit;
256
- }
256
+ }
257
257
258
258
div.seealso {
259
259
padding-bottom: 7px;
@@ -266,8 +266,8 @@ div.admonition-optional {
266
266
}
267
267
268
268
div.admonition-example {
269
- background-color: #ecf0f3;
270
- color: #000000;
269
+ background-color: #ecf0f3;
270
+ color: #000000;
271
271
}
272
272
273
273
div.admonition p.admonition-title {display:inline; font-weight:900;height:100%;}
@@ -307,10 +307,10 @@ div.viewcode-block:target {
307
307
}
308
308
309
309
/*
310
- p.first, p.last {
311
- margin-bottom: 0 !important;
312
- }
313
- */
310
+ p.first, p.last {
311
+ margin-bottom: 0 !important;
312
+ }
313
+ */
314
314
div.sphinxsidebar ul.current a.current {
315
315
font-weight: bold;
316
316
}
@@ -319,7 +319,7 @@ table.docutils td {
319
319
}
320
320
321
321
table.docutils.field-list ul.first.last.simple>li {
322
- padding-top: 1em;
322
+ padding-top: 1em;
323
323
}
324
324
table.docutils.field-list ul.first.last.simple>li>p {
325
325
padding-top: 1em;
@@ -704,9 +704,9 @@ div.section {cursor:default;}
704
704
div#header-db {background-image: url(http://media.mongodb.org/back-header.png)}
705
705
706
706
/*
707
- background-color: #f6f4cd; -- house nav style
708
- footer bg: #fdfcf7; font-size 80%; line-height:1.5em; color: #4c3a2c;
709
- logo: http://media.mongodb.org/logo-mongodb.png
707
+ background-color: #f6f4cd; -- house nav style
708
+ footer bg: #fdfcf7; font-size 80%; line-height:1.5em; color: #4c3a2c;
709
+ logo: http://media.mongodb.org/logo-mongodb.png
710
710
711
711
search: accesskey = q color: #DBCAAF background: #4c3a2c
712
712
header: http://media.mongodb.org/back-header.png
@@ -716,11 +716,13 @@ header: http://media.mongodb.org/back-header.png
716
716
717
717
/* div.body * {font-size:12pt;font-family:Helvetica,Arial,Sans-Serif;font-weight:normal;line-height:1.0;} */
718
718
719
- div.body p {line-height:1.6875;}
719
+ /* div.body p {line-height:1.6875;} */
720
+ div.body p {line-height:1.55em;}
720
721
div.highlight pre {background-color: #ecf0f3;}
721
722
722
723
div.section > h2, div.section > h3,div.section > h4 {margin-top:0;padding-top:0;line-height:1.77}
723
- div.admonition p {line-height:1.6875}
724
+ /* div.admonition p {line-height:1.6875} */
725
+ div.admonition p {line-height:1.55em}
724
726
725
727
dd > div.admonition {margin-left:0;}
726
728
p > div.admonition {margin-left:0;}
@@ -736,7 +738,7 @@ div#btnv ul#btnvl li#btnvnx:before {content:" ";padding-left:1em;padding-right:1
736
738
div.body > div.section > div.section {margin-left:0;margin-top:2em;}
737
739
738
740
div.body > div.section > div.section div.section {margin-left:2pc;margin-right:2pc;}
739
- div.section h2 {line-height:1.0 }
741
+ div.section h2 {line-height:1; margin-bottom: 0.3; }
740
742
741
743
table.docutils {margin:auto}
742
744
table.docutils tbody tr td div.highlight pre {background-color:inherit;}
0 commit comments