]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc mobile: move notable traits to return type
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>
Tue, 6 Sep 2022 17:49:09 +0000 (10:49 -0700)
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>
Tue, 6 Sep 2022 17:49:09 +0000 (10:49 -0700)
These were originally on the left, but were moved to the return type in
c90fb7185a5febb00b7f8ccb49abceacd41bad6e. The CSS rule for mobile did
not get updated at the time, so updating it now.

src/librustdoc/html/static/css/rustdoc.css

index 83fe14550cc214d645dd81aba87eebedca78a9fc..88a412314e058be4820db7b7e9abb2c4bd5261c4 100644 (file)
@@ -1973,12 +1973,6 @@ in storage.js plus the media query with (min-width: 701px)
                display: none !important;
        }
 
-       .notable-traits {
-               position: absolute;
-               left: -22px;
-               top: 24px;
-       }
-
        #titles > button > div.count {
                float: left;
                width: 100%;