From 5fa069c29a615b66a555466fc04b04aba7394f10 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 29 Aug 2024 09:27:04 +0200 Subject: [PATCH] Delete ./doc/source/_static/support-matrix.css file This file is being automatically generated during the docs build, no need to have it persisted in git. Change-Id: Ib45f722cc305e1d828d31724535e31ad3dda6c2e --- doc/source/_static/support-matrix.css | 47 --------------------------- 1 file changed, 47 deletions(-) delete mode 100644 doc/source/_static/support-matrix.css diff --git a/doc/source/_static/support-matrix.css b/doc/source/_static/support-matrix.css deleted file mode 100644 index 968451dd2a..0000000000 --- a/doc/source/_static/support-matrix.css +++ /dev/null @@ -1,47 +0,0 @@ - -.sp_feature_mandatory { - font-weight: bold; -} - -.sp_feature_optional { -} - -.sp_feature_choice { - font-style: italic; - font-weight: bold; -} - -.sp_feature_condition { - font-style: italic; - font-weight: bold; -} - - -.sp_impl_complete { - color: rgb(0, 120, 0); - font-weight: normal; -} - -.sp_impl_missing { - color: rgb(120, 0, 0); - font-weight: normal; -} - -.sp_impl_partial { - color: rgb(170, 170, 0); - font-weight: normal; -} - -.sp_impl_unknown { - color: rgb(170, 170, 170); - font-weight: normal; -} - -.sp_impl_summary { - font-size: 2em; -} - -.sp_cli { - font-family: monospace; - background-color: #F5F5F5; -} \ No newline at end of file