From 771e8cc3fa465f0e4afe05a2ca5677b9adb315e3 Mon Sep 17 00:00:00 2001 From: Gabriel Le Bouder Date: Sat, 11 Aug 2018 03:28:44 +0200 Subject: [PATCH] on centre le texte dans les boites du profil --- static/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/base.css b/static/css/base.css index bf1775af..5748f538 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -143,3 +143,7 @@ th.long_text{ padding-bottom: 30px; } +/* center the profil boxes */ +.dashboard{ + text-align: center; +}