diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-06 11:56:22 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-12-06 11:56:22 -0700 |
| commit | 958a1ae0f764471e911ccf35582d1fb9bf063d61 (patch) | |
| tree | afe8468abfd9f8039d992e1b773bd4bc4983ca4c /src | |
| parent | b6852428a8ea9728369b64b9964cad8e258403d3 (diff) | |
| download | rust-958a1ae0f764471e911ccf35582d1fb9bf063d61.tar.gz rust-958a1ae0f764471e911ccf35582d1fb9bf063d61.zip | |
rustdoc: remove redundant CSS `.import-item .stab { font-size }`
This sets the exact same font size that `.stab` has by default anyway. It used to be slightly different, but dd5ff428edbc7cd4fa600b81f27bbec28589704f made it identical.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 528e99d2ce0..a4df41b15c0 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1015,7 +1015,6 @@ so that we can apply CSS-filters to change the arrow color in themes */ .import-item .stab { border-radius: 3px; display: inline-block; - font-size: 0.875rem; line-height: 1.2; margin-bottom: 0; margin-left: 0.3125em; |
