Skip to content

Commit 1fe3ce4

Browse files
committed
rustdoc: remove unneeded CSS td, th { padding 0 }
This was added in 5101078, to fix the display of the module items and search results tables (see the discussion in #86725). Those aren't tables any more. The only remaining table is in docblock, which has its own padding declarations.
1 parent 84946fe commit 1fe3ce4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustdoc/html/static/css/rustdoc.css

-5
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@ summary {
299299

300300
/* Fix some style changes due to normalize.css 8 */
301301

302-
td,
303-
th {
304-
padding: 0;
305-
}
306-
307302
table {
308303
border-collapse: collapse;
309304
}

0 commit comments

Comments
 (0)