diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/build-matrix.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/build-matrix.css b/assets/build-matrix.css new file mode 100644 index 0000000..4d03da1 --- /dev/null +++ b/assets/build-matrix.css @@ -0,0 +1,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; +} |