Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e82fc7

Browse files
committedSep 5, 2014
rustdoc/html: emphasize the crate part of the full path.
1 parent 1f49e02 commit 9e82fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/librustdoc/html/static/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ nav.sub {
177177
color: #333;
178178
}
179179

180+
.location a:first-child { font-weight: bold; }
181+
180182
.block {
181183
padding: 0 10px;
182184
margin-bottom: 14px;

5 commit comments

Comments
 (5)

bors commented on Sep 6, 2014

@bors
Collaborator

saw approval from alexcrichton
at nodakai@9e82fc7

bors commented on Sep 6, 2014

@bors
Collaborator

merging nodakai/rust/rustdoc-stronger-crate = 9e82fc7 into auto

bors commented on Sep 6, 2014

@bors
Collaborator

nodakai/rust/rustdoc-stronger-crate = 9e82fc7 merged ok, testing candidate = d8a2618

bors commented on Sep 6, 2014

@bors
Collaborator

fast-forwarding master to auto = d8a2618

Please sign in to comment.