about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNODA, Kai <nodakai@gmail.com>2014-09-05 13:53:22 +0800
committerNODA, Kai <nodakai@gmail.com>2014-09-05 13:53:22 +0800
commit9e82fc7ef9b6c8a344dd27583990b02a661af78c (patch)
tree4698cde1d29cc87c604875a5bbc0bc6711c91dab
parent1f49e02d1dd4cd4198ed658c7b36592c491f8563 (diff)
downloadrust-9e82fc7ef9b6c8a344dd27583990b02a661af78c.tar.gz
rust-9e82fc7ef9b6c8a344dd27583990b02a661af78c.zip
rustdoc/html: emphasize the crate part of the full path.
-rw-r--r--src/librustdoc/html/static/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/main.css b/src/librustdoc/html/static/main.css
index 6a7fc907c0b..27d54f8ec9d 100644
--- a/src/librustdoc/html/static/main.css
+++ b/src/librustdoc/html/static/main.css
@@ -177,6 +177,8 @@ nav.sub {
     color: #333;
 }
 
+.location a:first-child { font-weight: bold; }
+
 .block {
     padding: 0 10px;
     margin-bottom: 14px;