-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12af562
commit 17de230
Showing
12 changed files
with
255 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// FIXME: Use modules | ||
@import "rustdoc-common"; | ||
|
||
// This file is needed to overload the previous docs.rs style. It is added into crates generated | ||
// using rustdoc after https://github.com/rust-lang/rust/pull/91356 has been merged. | ||
|
||
#rustdoc_body_wrapper { | ||
padding: 0; | ||
|
||
.sidebar { | ||
margin-top: 0; | ||
top: $top-navbar-height; | ||
|
||
.sidebar-menu { | ||
top: $top-navbar-height; | ||
} | ||
} | ||
|
||
main { | ||
padding-bottom: 50px; | ||
} | ||
} | ||
|
||
div.container-rustdoc { | ||
> .docs-rs-footer { | ||
bottom: 0; | ||
right: 0; | ||
} | ||
} | ||
|
||
div.container-rustdoc:not(.source) { | ||
> .docs-rs-footer { | ||
left: 200px; | ||
} | ||
} | ||
|
||
div.rustdoc { | ||
#sidebar-toggle { | ||
top: 0; | ||
} | ||
} |
Oops, something went wrong.