mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
fix theme pour rubrique et mot
This commit is contained in:
parent
5eb4ac29fd
commit
f5059b630d
@ -121,3 +121,19 @@ nav li{
|
||||
.menu_articles .pagination strong {
|
||||
font-size:1em;
|
||||
}*/
|
||||
|
||||
/*Configuration des pages listants des articles (rubrique, article, tags)*/
|
||||
.listes-articles {
|
||||
font-family: var(--policetitre);
|
||||
}
|
||||
|
||||
.listes-articles > li::before {
|
||||
content: '* ';
|
||||
font-weight: bold;
|
||||
margin-left: 0em;
|
||||
}
|
||||
|
||||
.listes-articles > ul {
|
||||
margin-left: 0em;
|
||||
list-style-type: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user