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(a)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