blob: 86c4ad25f969f1ebe0fb68716b46be630e9a5d41 [file] [log] [blame]
span.element {
color: yellow;
}
span.implemented {
color: lightgreen;
}
span.unimplemented {
color: lightcoral;
}
tr.element {
background-color: yellow;
}
tr.implemented {
background-color: lightgreen;
}
tr.unimplemented {
background-color: lightcoral;
}
table.elements {
width: 90%;
table-layout:fixed;
margin-left: auto;
margin-right: auto;
}
.modulename {
text-align: center;
}
col.element {
width: 160px ;
}