about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-06 23:13:51 +0100
committerGitHub <noreply@github.com>2022-12-06 23:13:51 +0100
commit2ee1573fa56761b5c25b5a8d6898048486a9185b (patch)
treef6c646687b5ac75f0e32b3a7fd360b9201a42ad4
parent280501d6bc151d3b963d702c88d74c10f925158f (diff)
parent958a1ae0f764471e911ccf35582d1fb9bf063d61 (diff)
downloadrust-2ee1573fa56761b5c25b5a8d6898048486a9185b.tar.gz
rust-2ee1573fa56761b5c25b5a8d6898048486a9185b.zip
Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=GuillaumeGomez
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.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
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 0cd15768ac6..5ebc545d10c 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1014,7 +1014,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;