summaryrefslogtreecommitdiffstats
path: root/docs/assets/build-matrix.css
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 20:07:21 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:30 (GMT)
commitf5567f2c37ad9cbbf0b31d08a166aa70a326d6e4 (patch)
tree903268a634d0de05024694158cc624290291b8dc /docs/assets/build-matrix.css
parentd0e424038e16a928527588f3d7626f57d34fd486 (diff)
downloadmxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.zip
mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.gz
mxe-f5567f2c37ad9cbbf0b31d08a166aa70a326d6e4.tar.bz2
mv versions.json build-matrix.html assets docs/
See https://github.com/mxe/mxe/issues/1500
Diffstat (limited to 'docs/assets/build-matrix.css')
-rw-r--r--docs/assets/build-matrix.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/assets/build-matrix.css b/docs/assets/build-matrix.css
new file mode 100644
index 0000000..49850b6
--- /dev/null
+++ b/docs/assets/build-matrix.css
@@ -0,0 +1,14 @@
+/* This file is part of MXE. See LICENSE.md for licensing information. */
+
+table.fullscreen {
+ width: 100%;
+}
+
+td.supported {
+ background-color: #98fb98;
+ text-align: center;
+}
+td.unsupported {
+ background-color: #f99;
+ text-align: center;
+}