You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/assets/build-matrix.css

16 lines
258 B

/* This file is part of MXE.
* See index.html for further information. */
table.fullscreen {
width: 100%;
}
td.supported {
background-color: #98fb98;
text-align: center;
}
td.unsupported {
background-color: #f99;
text-align: center;
}