about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-26 12:15:58 -0700
committerMichael Howell <michael@notriddle.com>2022-10-26 12:15:58 -0700
commit3dd7009f1fb7a30771925ae5e6cedd9656d57796 (patch)
treea11cac60e079389ed928817777f49c92c027e578 /src
parent0a6b941df354c59b546ec4c0d27f2b9b0cb1162c (diff)
downloadrust-3dd7009f1fb7a30771925ae5e6cedd9656d57796.tar.gz
rust-3dd7009f1fb7a30771925ae5e6cedd9656d57796.zip
rustdoc: remove redundant CSS selector `.notable-traits .notable`
The margin was already being set to 0 only a few lines lower.
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 8424b2c4e29..5c4b3bb4df7 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1302,7 +1302,7 @@ h3.variant {
 	content: "\00a0\00a0\00a0";
 }
 
-.notable-traits .notable, .notable-traits .docblock {
+.notable-traits .docblock {
 	margin: 0;
 }