Skip to content

Commit 2f7b95d

Browse files
committed
Change sidebar selector to fix compatibility with docs.rs
1 parent 5c9f7dc commit 2f7b95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ span.since {
956956
padding-top: 0px;
957957
}
958958

959-
body > .sidebar {
959+
.rustdoc > .sidebar {
960960
height: 45px;
961961
min-height: 40px;
962962
margin: 0;

0 commit comments

Comments
 (0)