about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-09-06 14:29:46 -0700
committerMichael Howell <michael@notriddle.com>2022-09-06 15:34:13 -0700
commit71b40b9dd3feddd7132073cba3de32da49402233 (patch)
tree76351809033d64e12583096f870708d4132095c1 /src/librustdoc/html/static/css
parent78a891d364a7358ed9eb9c93099ba2f3e6817ca6 (diff)
downloadrust-71b40b9dd3feddd7132073cba3de32da49402233.tar.gz
rust-71b40b9dd3feddd7132073cba3de32da49402233.zip
rustdoc: remove unused CSS `#main-content > .since`
I missed one from 096efc29f1be25daca6675f5f7684780ff294613.
Diffstat (limited to 'src/librustdoc/html/static/css')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 3502d97d470..fcb357e8d8e 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -704,9 +704,6 @@ pre, .rustdoc.source .example-wrap {
 #main-content {
 	position: relative;
 }
-#main-content > .since {
-	top: inherit;
-}
 
 .content table {
 	border-spacing: 0 5px;