« Modèle:Navbox/style.css » : différence entre les versions
De Wiki Lylat
Aller à la navigationAller à la recherche
Page créée avec « .navbox-starfox { display: table; width: 100%; } .navbox-starfox-el { width: 20%; } » |
Aucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 3 : | Ligne 3 : | ||
display: table; | display: table; | ||
width: 100%; | width: 100%; | ||
margin-bottom: 5px; | |||
} | } | ||
| Ligne 8 : | Ligne 9 : | ||
{ | { | ||
width: 20%; | width: 20%; | ||
} | |||
.tabber-palette nav | |||
{ | |||
margin-left: auto; | |||
margin-right: auto; | |||
font-size: smaller; | |||
} | } | ||
Dernière version du 31 mai 2026 à 20:14
.navbox-starfox
{
display: table;
width: 100%;
margin-bottom: 5px;
}
.navbox-starfox-el
{
width: 20%;
}
.tabber-palette nav
{
margin-left: auto;
margin-right: auto;
font-size: smaller;
}