MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus AuroraWiki
Die Seite wurde neu angelegt: „→‎All CSS here will be loaded for users of the Timeless skin: p{ margin: 0px 10px; }“
 
Test
Zeile 1: Zeile 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
p{
p{
margin: 0px 10px;
margin: 10px;
}
}

Version vom 10. Juli 2024, 08:46 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
p{
	margin: 10px;
}