Différences entre versions de « MediaWiki:Common.css »
Sauter à la navigation
Sauter à la recherche
(Created page with "→CSS placed here will be applied to all skins : <div class="lm-bloc"> <div class="lm-bloc-title"> =={{{title}}}== </div> <div class="lm-bloc-content"> {{{1}}}</div></div><n...") |
|||
Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | /* Le CSS placé ici sera appliqué à tous les habillages. */ | |
− | + | ||
− | + | ul#SelectCategoryList | |
− | + | { | |
− | + | height: 300px; | |
− | + | width: 500px; | |
+ | overflow: auto; | ||
+ | } |
Version du 6 septembre 2017 à 13:56
/* CSS placed here will be applied to all skins */ /* Le CSS placé ici sera appliqué à tous les habillages. */ ul#SelectCategoryList { height: 300px; width: 500px; overflow: auto; }