diff options
| author | NODA, Kai <nodakai@gmail.com> | 2014-09-05 13:53:22 +0800 |
|---|---|---|
| committer | NODA, Kai <nodakai@gmail.com> | 2014-09-05 13:53:22 +0800 |
| commit | 9e82fc7ef9b6c8a344dd27583990b02a661af78c (patch) | |
| tree | 4698cde1d29cc87c604875a5bbc0bc6711c91dab | |
| parent | 1f49e02d1dd4cd4198ed658c7b36592c491f8563 (diff) | |
| download | rust-9e82fc7ef9b6c8a344dd27583990b02a661af78c.tar.gz rust-9e82fc7ef9b6c8a344dd27583990b02a661af78c.zip | |
rustdoc/html: emphasize the crate part of the full path.
| -rw-r--r-- | src/librustdoc/html/static/main.css | 2 |
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; |
