From 2096c7ac53832299d02eb4eac4db3457f60e4c59 Mon Sep 17 00:00:00 2001
From: echarp <manu@echarp.org>
Date: Sat, 4 Jan 2020 12:45:33 +0100
Subject: [PATCH] Centered title in the moderation page

---
 app/assets/stylesheets/moderations.sass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/assets/stylesheets/moderations.sass b/app/assets/stylesheets/moderations.sass
index 8e4f585fd..6965ea1af 100644
--- a/app/assets/stylesheets/moderations.sass
+++ b/app/assets/stylesheets/moderations.sass
@@ -1,13 +1,13 @@
 h2.warning
   color: red
 
-body.moderations h3
-  text-align: center
-
 .moderations, .notes
   table.list
     margin-top: 2em
     margin-bottom: 2em
+    thead
+      h3
+        text-align: center
     td
       padding-top: 0.5em
       padding-bottom: 0.5em
-- 
GitLab