]> xenbits.xensource.com Git - libvirt.git/commitdiff
css: Remove unused CSS for migration support matrix table
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Feb 2024 13:18:23 +0000 (14:18 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 8 Feb 2024 15:48:47 +0000 (16:48 +0100)
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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/css/libvirt.css

index 370bff1f0d3cce54992a856e2035da15da4f0052..2dc127f373a2f28a6778c5e973a4c3c434a19ebb 100644 (file)
@@ -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;
 }