From 57747f8a28117df196be6d3a14df1d6a821d3f42 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 4 May 2020 17:26:27 +0200 Subject: [PATCH] Add new class 'center' for tabular --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 48d026d..a672596 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -556,6 +556,9 @@ a:focus { .article-body .tabular th { border-bottom: 3px solid var(--background-color-light); } +.article-body .tabular.center td { + text-align: center; +} /******************* Article Abbreviation *******************/ abbr {