add support for a "dernier-formulaire" slug, with more top margin (#9059)

This commit is contained in:
Frédéric Péters 2015-11-21 19:36:31 +01:00
parent 1109d64feb
commit b4ee1487f3
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@
content: none;
}
#content .dernier-formulaire {
margin-top: 2em;
}
#content .dernier-formulaire div a,
#content .formulaire div a, #content .popup div a {
color: #265aa2;
}