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-align: justify;
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
}
|
}
|
||||||
|
p.auteur {
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
p.centre {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
div.encadre {
|
div.encadre {
|
||||||
background: #FFFFD0;
|
background: #FFFFD0;
|
||||||
border: solid 2px #C0C040;
|
border: solid 2px #C0C040;
|
||||||
|
|
|
@ -66,6 +66,13 @@ p {
|
||||||
p.continue {
|
p.continue {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
p.auteur {
|
||||||
|
font-weight:bold;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
p.centre {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font: bold 240% sans-serif;
|
font: bold 240% sans-serif;
|
||||||
|
|
Loading…
Add table
Reference in a new issue