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 broken CSS for trait items #38671

Merged
merged 1 commit into from
Dec 30, 2016

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Dec 29, 2016

The stab class shouldn't have any effect here so can be removed as currently it adds an outline.

This was accidentally caused by #38329.

before after

@rust-highfive
Copy link
Collaborator

r? @steveklabnik

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

@frewsxcv
Copy link
Member

Good catch! @bors r+ rollup

@bors
Copy link
Contributor

bors commented Dec 29, 2016

📌 Commit b9038c8 has been approved by frewsxcv

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 30, 2016
…frewsxcv

rustdoc: Fix broken CSS for trait items

The `stab` class shouldn't have any effect here so can be removed as currently it adds an outline.

This was accidentally caused by rust-lang#38329.

[before](https://doc.rust-lang.org/nightly/std/iter/trait.ExactSizeIterator.html) [after](https://ollie27.github.io/rust_doc_test/std/iter/trait.ExactSizeIterator.html)
bors added a commit that referenced this pull request Dec 30, 2016
@bors bors merged commit b9038c8 into rust-lang:master Dec 30, 2016
@ollie27 ollie27 deleted the rustdoc_stab_em_div_fix branch December 30, 2016 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants