From 428280270641849d87a0716d36faf6e45b03a2b1 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 6 Sep 2022 09:12:17 -0700 Subject: [PATCH] rustdoc: remove unused CSS `#results > table` This code was added in 96ef2f8ab9bbea24b71c7441ee534407949848db to improve rendering of the search results table, but results have not used a table since b615c0c85469c94041a5e68b9d8b68dcf799f9f1 switched it to rendering with `
` tags. --- src/librustdoc/html/static/css/rustdoc.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 3502d97d470..f3a6c5a9c0f 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -609,11 +609,6 @@ h2.location a { text-align: center; } -#results > table { - width: 100%; - table-layout: fixed; -} - .content > .example-wrap pre.line-numbers { position: relative; -webkit-user-select: none;