diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-04-26 18:09:09 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-04-30 03:37:23 (GMT) |
commit | 2b02ee7a9087e205d36c82a0e5f6bfb9985c25d9 (patch) | |
tree | 8de6c4af1d99a308c5a69b061a632d676401f05c /assets | |
parent | 681921c8152bb75fc2e170c04170ad2dc361b99c (diff) | |
download | mxe-2b02ee7a9087e205d36c82a0e5f6bfb9985c25d9.zip mxe-2b02ee7a9087e205d36c82a0e5f6bfb9985c25d9.tar.gz mxe-2b02ee7a9087e205d36c82a0e5f6bfb9985c25d9.tar.bz2 |
Add build matrix generation target
Based on a patch by Tobias Gruetzmacher <tobias-git@23.gs> (@TobiX).
Fixes #346.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
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; +} |