]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc/html: emphasize the crate part of the full path.
authorNODA, Kai <nodakai@gmail.com>
Fri, 5 Sep 2014 05:53:22 +0000 (13:53 +0800)
committerNODA, Kai <nodakai@gmail.com>
Fri, 5 Sep 2014 05:53:22 +0000 (13:53 +0800)
src/librustdoc/html/static/main.css

index 6a7fc907c0baee44d01958faf00ec4c5155355e9..27d54f8ec9d2c9db0f886d58d0bff64cf28ee061 100644 (file)
@@ -177,6 +177,8 @@ nav.sub {
     color: #333;
 }
 
+.location a:first-child { font-weight: bold; }
+
 .block {
     padding: 0 10px;
     margin-bottom: 14px;