Skip to content

Commit

Permalink
rustdoc: fix overly broad selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientetar committed Apr 30, 2014
1 parent ad37c0b commit dbea485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/librustdoc/html/static/main.css
Expand Up @@ -207,9 +207,6 @@ nav.sub {
text-overflow: ellipsis;
}

.docblock a { color: #4e8bca; }
.docblock a:hover { text-decoration: underline; }

.docblock.short p {
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -291,6 +288,8 @@ a {
color: #000;
background: transparent;
}
p a { color: #4e8bca; }
p a:hover { text-decoration: underline; }

.content a.trait, .block a.current.trait { color: #ed9603; }
.content a.mod, .block a.current.mod { color: #4d76ae; }
Expand Down Expand Up @@ -397,7 +396,7 @@ pre.rust .doccomment { color: #4D4D4C; }
pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
pre.rust .lifetime { color: #B76514; }

.section-header {
.methods .section-header {
/* Override parent class attributes. */
border-bottom: none !important;
font-size: 1.1em !important;
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/prelude.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! # The Rust prelude
//! The Rust prelude
//!
//! Because `std` is required by most serious Rust software, it is
//! imported at the topmost level of every crate by default, as if the
Expand Down

13 comments on commit dbea485

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at adrientetar@dbea485

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

merging adrientetar/rust/fix-it-some-more = dbea485 into auto

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

adrientetar/rust/fix-it-some-more = dbea485 merged ok, testing candidate = 793df1ca

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at adrientetar@dbea485

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

merging adrientetar/rust/fix-it-some-more = dbea485 into auto

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

adrientetar/rust/fix-it-some-more = dbea485 merged ok, testing candidate = 21e6723b

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at adrientetar@dbea485

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

merging adrientetar/rust/fix-it-some-more = dbea485 into auto

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

adrientetar/rust/fix-it-some-more = dbea485 merged ok, testing candidate = 3aadbed

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

@bors
Copy link
Contributor

@bors bors commented on dbea485 Apr 30, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 3aadbed

Please sign in to comment.