Skip to content

Commit 367c8e8

Browse files
author
Sam Kleinman
committed
DOCS-837: more list related CSS fixes
1 parent 3cbbc6c commit 367c8e8

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -742,17 +742,6 @@ header: http://media.mongodb.org/back-header.png
742742
div.body p {line-height:1.5em;}
743743
div.body li>p { line-height:1.5em;}
744744
div.highlight pre {background-color: #F5F5F5;}
745-
div.section > ul > li {
746-
margin-top: 0.5em;
747-
}
748-
749-
div.section > ol > li {
750-
margin-top: 0.5em;
751-
}
752-
753-
div.toctree-wrapper.compound > ul > li {
754-
margin-top: 0.5em;
755-
}
756745

757746
div.section > h2, div.section > h3,div.section > h4 {margin-top:0;padding-top:0;line-height:1.77}
758747
/* div.admonition p {line-height:1.6875} */
@@ -780,4 +769,5 @@ table.docutils > div.admonition-example {background-color:inherit;}
780769

781770
/* somehow, powershell commands starting with a directory reference does not include a div.highlight */
782771
div.highlight-powershell pre {background-color: #F5F5F5;}
783-
div.admonition-example pre { background-color:#FBFBFB;}
772+
div.admonition-example pre {background-color:#FBFBFB;}
773+
li p.first {margin-bottom: 0em;}

0 commit comments

Comments
 (0)