- Issue created by @informatique clouturier christophe
- 🇫🇷France informatique clouturier christophe
css of book:
with bario theme i have this css:
/themes/contrib/bootstrap_barrio/css/components/book-navigation.css - 🇫🇷France informatique clouturier christophe
with dprx the block of the footer is :
<nav role="navigation" aria-labelledby="book-label-36"> <h2>Liens transversaux de livre pour Les modules spéciaux de l'environement DEV</h2> <ul> <li> <a href="/book/node/0" rel="prev" title="previous"><b>‹</b> xxxx</a> </li> <li> <a href="/book/node/1" title="Aller à la page parente">Haut</a> </li> <li> <a href="/book/node/2" rel="next" title="next" <b>yyy</b></a> </li> </ul> </nav>
and with bario:
<nav id="book-navigation-36" class="book-navigation" role="navigation" aria-labelledby="book-label-36"> <h2 class="visually-hidden" id="book-label-36">Liens transversaux de livre pour Les modules spéciaux de l'environement DEV</h2> <ul class="book-pager"> <li class="book-pager__item book-pager__item--previous"> <a href="/book/installation-drupal-9-ou-10/installation-du-code-composerjson" rel="prev" title="Aller à la page précédente"><b>‹</b> Installation du code avec composer.json</a> </li> <li class="book-pager__item book-pager__item--center"> <a href="/book/installation-drupal-9-ou-10/installation-du-code-composerjson" title="Aller à la page parente">Haut</a> </li> <li class="book-pager__item book-pager__item--next"> <a href="/book/installation-drupal-9-multi-environmentssites-laide-du-cpanel/installation-des-sites-dev" rel="next" title="Aller à la page suivante">Installation des sites dev-* <b>›</b></a> </li> </ul> </nav>