On 11/6/07, Uwe Brauer oub@mat.ucm.es wrote:
Hello
I would like that the title of each article is placed in the centre and not at the left margin as it is the default. I presume I have to change the skin I use, but please could somebody give me a hint, where exactly?
No need. You can style it using site CSS. Add to MediaWiki:Common.css:
.firstHeading { text-justify: center; }
or words to that effect.