summaryrefslogtreecommitdiff
path: root/doc/source/_static/support-matrix.css
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2015-06-15 10:18:37 +0200
committerMarkus Zoeller <mzoeller@de.ibm.com>2015-06-15 10:18:37 +0200
commit36f7451c332e35920216be0bfb9db8b25fb8a71e (patch)
treea3f96e065f1326e34ce27fc5d1132dfd630e1dd8 /doc/source/_static/support-matrix.css
parentf5815b928c237c986bc5d7773e84aa587bd51f05 (diff)
downloadnova-36f7451c332e35920216be0bfb9db8b25fb8a71e.tar.gz
hypervisor support matrix: add status "unknown"
When a new feature gets added to the hypervisor support matrix it was not possible to state that the hypervisor did not make a support statement yet. You had to choose between "complete", "partial" and "missing" wich could be missleading. This change set adds the status "unknown" which could make the statements more precise. Change-Id: If94fc772796742de88af5893839945834b9d3eb6
Diffstat (limited to 'doc/source/_static/support-matrix.css')
-rw-r--r--doc/source/_static/support-matrix.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/_static/support-matrix.css b/doc/source/_static/support-matrix.css
index 1758ea4122..4fd9fa7b66 100644
--- a/doc/source/_static/support-matrix.css
+++ b/doc/source/_static/support-matrix.css
@@ -32,6 +32,11 @@
font-weight: normal;
}
+.sp_impl_unknown {
+ color: rgb(170, 170, 170);
+ font-weight: normal;
+}
+
.sp_impl_summary {
font-size: 2em;
} \ No newline at end of file