MediaWiki

Diferencia entre revisiones de «Vector.css»

De marenostrum

Línea 3: Línea 3:
 
/* Give the background the colour */
 
/* Give the background the colour */
 
body {
 
body {
background-color: FFF8DC;
+
background-color: #FFF8DC;
 
}
 
}

Revisión del 23:47 30 mar 2015

/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */

/* Give the background the colour */
body {
	background-color: #FFF8DC;
	}