Skip to content

Commit 3e743a0

Browse files
committed
rustdoc: remove redundant mobile-sized .source nav:not(.sidebar).sub
It's redundant because there's already a selector `.source nav.sub` with exactly the same margin-left at line 796. This selector was added in 1e98fb1, along with an identical desktop selector, but that desktop selector was removed in 6a5f8b1 as part of a larger simplification.
1 parent 84f0c3f commit 3e743a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1887,10 +1887,6 @@ in storage.js plus the media query with (min-width: 701px)
18871887
background-color: var(--sidebar-background-color);
18881888
}
18891889

1890-
.source nav:not(.sidebar).sub {
1891-
margin-left: 32px;
1892-
}
1893-
18941890
.content {
18951891
margin-left: 0px;
18961892
}

0 commit comments

Comments
 (0)