[Mediawiki-l] css changes

Frederik Dohr fdg001 at gmx.net
Wed Jul 18 18:34:37 UTC 2007


> I'd like to limit the changes in appearance to just the 
> article, or body or content  area.

Try this:

     #bodyContent p {
         font-size: 150%;
         line-height: 250%;
     }

     #bodyContent h1,
     #bodyContent h2,
     #bodyContent h3,
     #bodyContent h4,
     #bodyContent li {
         font-size: 150%;
     }

If that doesn't work, try #content instead of #bodyContent.

HTH.


-- F.



More information about the MediaWiki-l mailing list