From 3c12d6850e1725ffa56579aa91007797916425db 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:47:10 +0200 Subject: [PATCH] add no-image extra class, to remove right padding of dark zones (#36790) --- static/css/combo-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index 265c98a..c0ff429 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -338,6 +338,12 @@ div.textcell.libre > div { margin: 0 auto; } +div.textcell.dark-background.no-image > div { + width: auto; + padding-right: 0; + max-width: none; +} + div.textcell.dark-background > div a { color: white; font-weight: bold;