Skip to content

Commit 501b3d2

Browse files
cynecxGuillaumeGomez
authored andcommitted
rustdoc: fix tabs in css
1 parent cad0fce commit 501b3d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,11 +1734,11 @@ details.rustdoc-toggle[open] > summary.hideme::after {
17341734

17351735
.rustdoc:not(.source) .sidebar .logo-container {
17361736
width: 35px;
1737-
height: 35px;
1738-
margin-top: 5px;
1739-
margin-bottom: 5px;
1740-
float: left;
1741-
margin-left: 50px;
1737+
height: 35px;
1738+
margin-top: 5px;
1739+
margin-bottom: 5px;
1740+
float: left;
1741+
margin-left: 50px;
17421742
}
17431743

17441744
.sidebar .logo-container > img {

0 commit comments

Comments
 (0)