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:
parent
1a0b39b43b
commit
aeee00fd2d
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue