Ajout d'un style pour les 'definition lists' : les DT sont en gras,

les DD ont un peu de padding-bottom.
This commit is contained in:
mlnguyen 2004-02-19 17:33:11 +00:00
parent 1a0b39b43b
commit aeee00fd2d

View file

@ -155,6 +155,13 @@ table.tableau td, table.tableau th {
margin: 0;
padding: 0.7ex;
}
dt {
font-weight: bold;
padding-bottom: .5em;
}
dd {
padding-bottom: 1.5em;
}
@media screen {
body {
background: #A0D0D0;