Diferencia entre revisiones de «Plantilla:ContentGrid/styles.css»
De WikiCAAD
![]() Tranqui69 (discusión | contribs.) (Página creada con «.tpl-contentgrid { margin: 1em 0; display: grid; } .tpl-contentgrid .mw-tpl-colorbox { margin: 0; →in favour of grid-gap on [[Template:ContentGrid]]: }») |
|||
Línea 6: | Línea 6: | ||
.tpl-contentgrid .mw-tpl-colorbox { | .tpl-contentgrid .mw-tpl-colorbox { | ||
margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */ | margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */ | ||
} | |||
mw-tpl-colorbox { | |||
background: none; | |||
} | } |
Revisión del 21:38 11 feb 2024
.tpl-contentgrid {
margin: 1em 0;
display: grid;
}
.tpl-contentgrid .mw-tpl-colorbox {
margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */
}
mw-tpl-colorbox {
background: none;
}