Ajout de p.centre, et p.auteur dans la feuille de style
This commit is contained in:
parent
e7af0265df
commit
f72a5825bc
2 changed files with 14 additions and 0 deletions
|
@ -78,6 +78,13 @@ p {
|
|||
text-align: justify;
|
||||
text-indent: 2em;
|
||||
}
|
||||
p.auteur {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
p.centre {
|
||||
text-align: center;
|
||||
}
|
||||
div.encadre {
|
||||
background: #FFFFD0;
|
||||
border: solid 2px #C0C040;
|
||||
|
|
|
@ -66,6 +66,13 @@ p {
|
|||
p.continue {
|
||||
text-indent: 0;
|
||||
}
|
||||
p.auteur {
|
||||
font-weight:bold;
|
||||
text-align:right;
|
||||
}
|
||||
p.centre {
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
font: bold 240% sans-serif;
|
||||
|
|
Loading…
Reference in a new issue