Skip to content

Commit

Permalink
converted space to tab in css files
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 committed Jan 18, 2018
1 parent 38e5d30 commit 0c946c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -589,9 +589,9 @@ body.blur > :not(#help) {
border: 1px solid;
}
#help dt {
float: left;
clear: left;
display: block;
float: left;
clear: left;
display: block;
}
#help dd { margin: 5px 35px; }
#help .infos { padding-left: 0; }
Expand Down
11 changes: 5 additions & 6 deletions src/librustdoc/html/static/styles/main.css
Expand Up @@ -340,10 +340,9 @@ pre.ignore:hover, .information:hover + pre.ignore {
}

kbd {
color: #444d56;
background-color: #fafbfc;
border-color: #d1d5da;
border-bottom-color: #c6cbd1;
box-shadow-color: #c6cbd1;
color: #444d56;
background-color: #fafbfc;
border-color: #d1d5da;
border-bottom-color: #c6cbd1;
box-shadow-color: #c6cbd1;
}

0 comments on commit 0c946c0

Please sign in to comment.