From 0faf89b7f7ee241b11dba7fbb5efa4d4fcae7991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 9 Oct 2019 09:46:14 +0200 Subject: [PATCH] add white-background class, to match dark-background spacing (#36790) --- static/css/combo-style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index 6c86dc2..265c98a 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -289,6 +289,13 @@ div.textcell.libre a { border-bottom-color: #fff; } +div.textcell.white-background { + width: 100%; + max-width: 100%; + padding: 100px 0; + font-size: 110%; +} + div.textcell.dark-background, div.textcell.chiffres-cles, div.textcell.tablette,