summaryrefslogtreecommitdiffstats
path: root/assets/build-matrix.css
blob: 4d03da1750d83d61e9bfb70ea42e68c66634effc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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;
}