diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-13 16:44:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 16:44:15 +0900 |
| commit | bc031e30fa7cfc05f21e576bc121f8d3fda9ac1b (patch) | |
| tree | 1aaa031105dae74a1495bedb5dcc40a936c74150 /src/librustdoc/html/static/rustdoc.css | |
| parent | ac8acd856e6f376183a4a6ed2bc9bb0fd6f63b32 (diff) | |
| parent | ae3a53ff58cec7aca1dfd17479fca44b7f91491f (diff) | |
| download | rust-bc031e30fa7cfc05f21e576bc121f8d3fda9ac1b.tar.gz rust-bc031e30fa7cfc05f21e576bc121f8d3fda9ac1b.zip | |
Rollup merge of #67959 - liigo:patch-13, r=GuillaumeGomez
rustdoc: improve stability mark arrows ### current  ### new  ### new dark 
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 62fe23029d9..a91fdb7a10e 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -542,11 +542,11 @@ h4 > code, h3 > code, .invisible > code { } .content .stability::before { - content: '˪'; - font-size: 30px; + content: '⬑'; + font-size: 25px; position: absolute; - top: -9px; - left: -13px; + top: -6px; + left: -19px; } .content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant { |
