ⴰⵍⴱⵓⴹ:Début des onglets/styles.css
/*
Refs:
- https://css-tricks.com/snippets/css/clear-fix/
- https://stackoverflow.com/questions/211383/what-methods-of-clearfix-can-i-use/1633170#1633170
- https://www.cssmojo.com/the-very-latest-clearfix-reloaded/
*/
.onglets-clearfix::after {
content: '';
display: block; /* "block" est préférable à "table" */
clear: both;
}
/* [[Catégorie:Sous-page de modèle feuille de style]] */