fontenay-sous-bois-2018: add class to force borders on cell (#33308)

This commit is contained in:
Frédéric Péters 2019-06-05 14:57:27 +02:00
parent 26c4f68e6b
commit cbd7c82c2f
1 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,11 @@ div#sidebar {
}
}
#content div.cell.with-borders {
border: 1px solid #c6c6c6;
border-radius: 10px;
}
button {
font-weight: bold;
text-transform: uppercase;