add no-image extra class, to remove right padding of dark zones (#36790)

This commit is contained in:
Frédéric Péters 2019-10-09 09:47:10 +02:00
parent 0faf89b7f7
commit 3c12d6850e
1 changed files with 6 additions and 0 deletions

View File

@ -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;