Skip to content

Commit 0c946c0

Browse files
committed
converted space to tab in css files
1 parent 38e5d30 commit 0c946c0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/librustdoc/html/static/rustdoc.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,9 @@ body.blur > :not(#help) {
589589
border: 1px solid;
590590
}
591591
#help dt {
592-
float: left;
593-
clear: left;
594-
display: block;
592+
float: left;
593+
clear: left;
594+
display: block;
595595
}
596596
#help dd { margin: 5px 35px; }
597597
#help .infos { padding-left: 0; }

src/librustdoc/html/static/styles/main.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,9 @@ pre.ignore:hover, .information:hover + pre.ignore {
340340
}
341341

342342
kbd {
343-
color: #444d56;
344-
background-color: #fafbfc;
345-
border-color: #d1d5da;
346-
border-bottom-color: #c6cbd1;
347-
box-shadow-color: #c6cbd1;
343+
color: #444d56;
344+
background-color: #fafbfc;
345+
border-color: #d1d5da;
346+
border-bottom-color: #c6cbd1;
347+
box-shadow-color: #c6cbd1;
348348
}
349-

0 commit comments

Comments
 (0)