Correction selon remarque du ticket 703
This commit is contained in:
parent
8c6c5124af
commit
9ccb05d0d6
|
@ -21,7 +21,7 @@ th {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #007799;
|
color: #007799;
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -36,7 +36,7 @@ h4 {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #007777
|
color: #007777;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -110,7 +110,7 @@ img {
|
||||||
|
|
||||||
.code {
|
.code {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-face: Courier New, Fixed;
|
font-family: Courier New;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue