diff --git a/css/style.css b/css/style.css index 4b973830a..9233a356d 100644 --- a/css/style.css +++ b/css/style.css @@ -41,4 +41,5 @@ code { .viewer td { border: none !important; + text-align: center !important; } diff --git a/recipe/matrix.md b/recipe/matrix.md index 1d3932929..0c49c02af 100644 --- a/recipe/matrix.md +++ b/recipe/matrix.md @@ -72,17 +72,17 @@ The possible values for viewer support are YES, NO or Partial. Click on the reci {% if current.id == viewer %} {% if current.support == "full" %} - YES + Yes {% else if current.support == "partial" %} - Partial + Partial {% else %} - YES + Yes {% endif %} {% else %} {% if recipe.viewers contains viewer %} - YES + Yes {% else %} - NO + No {% endif %} {% endif %}