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>
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;
}