This commit is contained in:
2019-03-06 09:43:45 +01:00
parent 110bb31616
commit 47524fec34
6 changed files with 47 additions and 9 deletions

View File

@ -938,3 +938,24 @@ table {
.bloc-filter label {
width: 80%;
}
.post u {
font-weight: 700;
}
.post i {
font-style: italic;
}
.post ol {
list-style: decimal-leading-zero;
}
.post ul {
list-style: disc;
}
.bloc-search a {
color: inherit;
text-decoration: inherit;
}