[PATCH 06/11] css: Remove unused CSS for migration support matrix table

Peter Krempa posted 11 patches 7 months ago
[PATCH 06/11] css: Remove unused CSS for migration support matrix table
Posted by Peter Krempa 7 months ago
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 <pkrempa@redhat.com>
---
 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;
 }
-- 
2.43.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org