From 7fefb3227a0a3817f70a3354adbdc364ee3f9f7f Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 5 May 2020 09:40:30 +0200 Subject: [PATCH] Add a class for aligne text to the right in tabulars --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index a672596..f19aa77 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -559,6 +559,9 @@ a:focus { .article-body .tabular.center td { text-align: center; } +.article-body .tabular.right td { + text-align: right; +} /******************* Article Abbreviation *******************/ abbr {