From e460a37512def995683d94cda89c5ff7b6730176 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 7 Feb 2024 14:18:23 +0100 Subject: [PATCH] css: Remove unused CSS for migration support matrix table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'table tbody td.y' and 'table tbody td.n' selectors don't exist since commit 8841302e3d46b2de0227dc2f97e4e647580e3d88 which converted the table to rST. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/css/libvirt.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/css/libvirt.css b/docs/css/libvirt.css index 370bff1f0d..2dc127f373 100644 --- a/docs/css/libvirt.css +++ b/docs/css/libvirt.css @@ -99,16 +99,6 @@ img.diagram { margin-right: auto; } - -table tbody td.y { - background: rgb(220,255,220); - text-align: center; -} -table tbody td.n { - background: rgb(255,220,220); - text-align: center; -} - .api { font-family: monospace; }