Minor correction

clean_bdd.php
This commit is contained in:
2024-12-14 13:42:38 +01:00
parent ec0ab53cb2
commit 55bedea648
9 changed files with 93 additions and 86 deletions

View File

@@ -9,7 +9,7 @@ h1 {
text-align: center;
}
h2, h3, h4 {
h2, h3, h4, h5 {
font-family: sans-serif;
}
h3 {
@@ -22,6 +22,11 @@ h4 {
text-align: center;
/*margin-bottom: 2em;*/
}
h5 {
font-weight: 200;
text-align: center;
margin-bottom: 0;
}
p {
text-align: center;
@@ -515,6 +520,9 @@ h3.greenstyle {
color: red;
text-align: left;
}
.redtext {
color: red;
}
input[type="text"], textarea {