about summary refs log tree commit diff
path: root/src/librustdoc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2021-10-11 00:34:41 +0200
committerGitHub <noreply@github.com>2021-10-11 00:34:41 +0200
commitbf01a59be58cb1a2e9c37766762a3aedc575d346 (patch)
treed298f09cc4eb2bd32d36e3281b15689d98257296 /src/librustdoc
parent9d307f1ed4a64c6d0687cacc94a88d08f62e486c (diff)
parent5611b43d7f4e1e3f945f90981964556a92fe0387 (diff)
downloadrust-bf01a59be58cb1a2e9c37766762a3aedc575d346.tar.gz
rust-bf01a59be58cb1a2e9c37766762a3aedc575d346.zip
Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8
Remove unused CSS rule

As you can see in the firefox devtools:

![Screenshot from 2021-10-10 14-28-08](https://user-images.githubusercontent.com/3050060/136695689-16c77ceb-b1ab-40df-963a-048f2258e217.png)

It needs the display to be `grid` or `inline-grid`, which isn't the case.

r? `@dns2utf8`
Diffstat (limited to 'src/librustdoc')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 2764b7435eb..cea3452780e 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -773,8 +773,6 @@ h2.small-section-header > .anchor {
 
 .item-table {
 	display: table-row;
-	/* align content left */
-	justify-items: start;
 }
 .item-row {
 	display: table-row;