diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-13 11:09:38 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-07-31 15:07:18 -0700 |
| commit | c564f81bea9c7d67eddfc06d2383e6fef2671183 (patch) | |
| tree | ec47012c457ef9e639410ea184bd00e3ddecbc16 | |
| parent | b3df56a65f9424a7f4af101091582f49cfc29286 (diff) | |
| download | rust-c564f81bea9c7d67eddfc06d2383e6fef2671183.tar.gz rust-c564f81bea9c7d67eddfc06d2383e6fef2671183.zip | |
rustdoc: align stability badge to baseline instead of bottom
r? @joshtripplet
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index b1de8c1529e..4cbbf3d83bf 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -981,6 +981,7 @@ so that we can apply CSS-filters to change the arrow color in themes */ white-space: pre-wrap; border-radius: 3px; display: inline; + vertical-align: baseline; } .stab.portability > code { |
