Skip to content

Commit

Permalink
Improve file list display
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 2, 2019
1 parent 19f8958 commit d80a558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/librustdoc/html/static/rustdoc.css
Expand Up @@ -1570,5 +1570,6 @@ div.name::before {
}
div.name.expand::before {
transform: rotate(90deg);
left: -14px;
left: -15px;
top: 2px;
}
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/source-script.js
Expand Up @@ -94,7 +94,7 @@ function createSidebarToggle() {
inner1.style.position = "relative";

var inner2 = document.createElement("div");
inner2.style.marginTop = "-2px";
inner2.style.paddingTop = "3px";
if (getCurrentValue("rustdoc-source-sidebar-show") === "true") {
inner2.innerText = "<";
} else {
Expand Down

0 comments on commit d80a558

Please sign in to comment.