style: use multiple backgrounds on the same elements for "salon des maires"

Otherwise it's not taht good on very wide screens.
This commit is contained in:
Frédéric Péters 2015-11-02 10:18:00 +01:00
parent 18b497d515
commit 46d47aef24
1 changed files with 4 additions and 2 deletions

View File

@ -641,13 +641,15 @@ div.textcell.ecrans {
div.textcell.prix-montpellier {
border: none;
background-image: url(../img/SMCL2015_FINALISTE.png);
background-repeat: no-repeat;
background-position: 80% 80%;
}
div.textcell.prix-montpellier > div {
background-image: url(../img/label-montpellier.png);
background-image: url(../img/SMCL2015_FINALISTE.png);
background-image: url(../img/label-montpellier.png),
url(../img/SMCL2015_FINALISTE.png);
background-position: right top, 85% 100%;
}
div.textcell.prix-montpellier {