Skip to content

Commit 6d886af

Browse files
authored
Fix rustdoc.css CSS tab-size property
1 parent 2acf32d commit 6d886af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/rustdoc.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
10821082

10831083
pre.rust {
10841084
position: relative;
1085-
tab-width: 4;
1086-
-moz-tab-width: 4;
1085+
tab-size: 4;
1086+
-moz-tab-size: 4;
10871087
}
10881088

10891089
.search-failed {

0 commit comments

Comments
 (0)