From 488be95b2a6d5a736f71cb1a44e087c4c1424c36 Mon Sep 17 00:00:00 2001 From: Isarra Date: Mon, 26 Aug 2019 03:11:11 +0000 Subject: [PATCH] Kill weird table normalisation Given all the special table stuff we do is onwiki junk largely targetted at vector, making this randomly different probably doesn't add a whole lot. Bug: T215608 Bug: T181184 Change-Id: Id5ad605d7179ac8c4b6766a110f98d44627c06ee --- resources/libraries/normalise.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/resources/libraries/normalise.css b/resources/libraries/normalise.css index a09f7f7..d5ade1d 100644 --- a/resources/libraries/normalise.css +++ b/resources/libraries/normalise.css @@ -397,20 +397,3 @@ textarea { optgroup { font-weight: bold; } - -/* Tables - ========================================================================== */ - -/** - * Remove most spacing between table cells. - */ - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; -}