MediaWiki:Common.css

De Dicionário de Poética e Pensamento

(Diferença entre revisões)
Linha 2: Linha 2:
<style>
<style>
-
h5{ text-align: justify; }
+
/* Justify */
-
body { text-align: justify; }
+
body.ns-104
 +
{
 +
text-align: justify;
 +
}
</style>
</style>

Edição de 15h44min de 21 de Agosto de 2009

/** o código CSS colocado aqui será aplicado a todos os temas */

<style>
/* Justify */
body.ns-104
{
 text-align: justify;
}
</style>