From 9de5b27d6eda7ebccc5a58fecf7e371cdabd164d Mon Sep 17 00:00:00 2001 From: Darks Date: Tue, 3 Dec 2019 23:34:13 +0100 Subject: [PATCH] Petites modifs sur le style du forum --- app/static/css/table.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/static/css/table.css b/app/static/css/table.css index a8c479a..4421350 100644 --- a/app/static/css/table.css +++ b/app/static/css/table.css @@ -71,3 +71,9 @@ table.thread { table.thread td.member { width: 20%; } +table.thread td { + vertical-align: top; +} +table.thread td:nth-child(2) { + padding-top: 10px; +}