Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: Fix font CSS for crate lists #76453

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

camelid
Copy link
Member

@camelid camelid commented Sep 7, 2020

I had put it in the wrong file in #76126. This should fix it now. Thank
you to @ollie27 for pointing this out!


@rustbot modify labels: T-rustdoc C-bug

@rust-highfive
Copy link
Collaborator

Some changes occurred in HTML/CSS/JS.

cc @GuillaumeGomez

Some changes occurred in HTML/CSS themes.

cc @GuillaumeGomez

A change occurred in the Ayu theme.

cc @Cldfire

@rustbot rustbot added C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Sep 7, 2020
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 7, 2020
I had put it in the wrong file in rust-lang#76126. This should fix it now. Thank
you to @ollie27 for pointing this out!
@GuillaumeGomez
Copy link
Member

Since @ollie27 is the one who saw the error, I'll let them approve this PR. ;)

r? @ollie27

@rust-highfive rust-highfive assigned ollie27 and unassigned steveklabnik Sep 7, 2020
@ollie27
Copy link
Member

ollie27 commented Sep 7, 2020

Thanks for fixing this so quickly.

@bors r=GuillaumeGomez,ollie27 rollup

@bors
Copy link
Contributor

bors commented Sep 7, 2020

📌 Commit bf09a52 has been approved by GuillaumeGomez,ollie27

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 7, 2020
@bors
Copy link
Contributor

bors commented Sep 9, 2020

⌛ Testing commit bf09a52 with merge 780ca14...

@@ -126,6 +126,10 @@ h1, h2, h3, h4,
font-family: "Fira Sans", sans-serif;
}

.content ul.crate a.crate {
font: 16px/1.6 "Fira Sans";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't this have a fallback font?

Suggested change
font: 16px/1.6 "Fira Sans";
font: 16px/1.6 "Fira Sans", sans-serif;

@bors
Copy link
Contributor

bors commented Sep 9, 2020

☀️ Test successful - checks-actions, checks-azure
Approved by: GuillaumeGomez,ollie27
Pushing 780ca14 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 9, 2020
@bors bors merged commit 780ca14 into rust-lang:master Sep 9, 2020
@rustbot rustbot added this to the 1.48.0 milestone Sep 9, 2020
@camelid camelid deleted the fix-css-crate-list branch September 11, 2020 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants