]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc: use another stability mark arrow, no rotate.
authorLiigo Zhuang <liigo@qq.com>
Thu, 9 Jan 2020 01:54:05 +0000 (09:54 +0800)
committerLiigo Zhuang <liigo@qq.com>
Thu, 9 Jan 2020 01:55:13 +0000 (09:55 +0800)
src/librustdoc/html/static/rustdoc.css

index 870a99f362a734606d49058f7112a0807cca5c99..a91fdb7a10e0da5587c6f3f097e55017e8844680 100644 (file)
@@ -542,12 +542,11 @@ h4 > code, h3 > code, .invisible > code {
 }
 
 .content .stability::before {
-       content: '⤶';
-       transform:rotate(90deg);
+       content: '⬑';
        font-size: 25px;
        position: absolute;
        top: -6px;
-       left: -17px;
+       left: -19px;
 }
 
 .content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {