fontenay-sous-bois: don't bold text titles

This commit is contained in:
Frédéric Péters 2015-05-29 11:22:33 +02:00
parent 80418ffa39
commit a03b25d994
1 changed files with 5 additions and 0 deletions

View File

@ -105,4 +105,9 @@ p.command, a.edit-custom-text, div.buttons input {
background: #E27828;
border-radius: 5px;
}
div.textcell h1,
div.textcell h2,
div.textcell h3 {
font-weight: normal;
}