Display person information respecting thibault style

This commit is contained in:
Marc Ducobu
2015-08-25 18:31:24 +02:00
parent 39a859d85e
commit f48563fee3
5 changed files with 99 additions and 22 deletions

View File

@@ -13,4 +13,23 @@ div#header-person-details {
color: #FFF;
padding-top: 1em;
padding-bottom: 1em;
}
figure.person-details {
h2 {
font-family: 'open_sansbold';
margin-bottom: 0.3em;
}
dl {
margin-top: 0.3em;
}
dt {
font-family: 'open_sansbold';
}
dl {
margin-left: 0;
}
}