Skip to content

Commit 7430795

Browse files
committed
Use less specific selectors
1 parent 0a13c64 commit 7430795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ div.sphinxsidebar h4 {
158158
margin-top: 1.5em;
159159
}
160160

161-
div.documentwrapper > div.bodywrapper {
161+
div.bodywrapper {
162162
margin-left: 260px;
163163
}
164164

@@ -496,7 +496,7 @@ div.genindex-jumpbox a {
496496
margin-inline-end: 0;
497497
}
498498
/* Remove sidebar and top related bar */
499-
div.related, .sphinxsidebar {
499+
div.related, div.sphinxsidebar {
500500
display: none;
501501
}
502502
/* Anchorlinks are not hidden by fixed-positioned navbar when scrolled to */

0 commit comments

Comments
 (0)