mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
css: Remove unused CSS for migration support matrix table
The 'table tbody td.y' and 'table tbody td.n' selectors don't exist
since commit 8841302e3d
which converted
the table to rST.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
5dfc6e4e47
commit
e460a37512
@ -99,16 +99,6 @@ img.diagram {
|
|||||||
margin-right: auto;
|
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 {
|
.api {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user