Skip to content

Commit

Permalink
rustdoc: stop trying to use font-variants we don't have
Browse files Browse the repository at this point in the history
Browser-generated weights or slants is the last thing we want...
  • Loading branch information
adrientetar committed Oct 31, 2014
1 parent 5e83424 commit 3a72bc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/librustdoc/html/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ nav.sub {
color: #333;
}

.location a:first-child { font-weight: bold; }
.location a:first-child { font-weight: 500; }

.block {
padding: 0 10px;
Expand Down Expand Up @@ -494,7 +494,7 @@ pre.rust { position: relative; }
}

.collapse-toggle {
font-weight: 100;
font-weight: 300;
position: absolute;
left: 13px;
color: #999;
Expand Down Expand Up @@ -523,7 +523,6 @@ pre.rust { position: relative; }

.toggle-label {
color: #999;
font-style: italic;
}


Expand Down

0 comments on commit 3a72bc3

Please sign in to comment.