MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '→* o código CSS colocado aqui será aplicado a todos os temas: .template-pet-table tr:not(:first-child) td:first-child { vertical-align: top; text-align: right; }') |
Sem resumo de edição |
||
| Linha 3: | Linha 3: | ||
vertical-align: top; | vertical-align: top; | ||
text-align: right; | text-align: right; | ||
} | |||
.template-pet-table tr:not(:first-child) td:nth-child(2) { | |||
margin-left: 5px; | |||
} | } | ||
Edição das 21h53min de 29 de junho de 2023
/** o código CSS colocado aqui será aplicado a todos os temas */
.template-pet-table tr:not(:first-child) td:first-child {
vertical-align: top;
text-align: right;
}
.template-pet-table tr:not(:first-child) td:nth-child(2) {
margin-left: 5px;
}