How to float the table of contents to the right with MediaWiki

mediawiki

According to the MediaWiki FAQ

A TOC is added automatically as soon as you have more than three headers.

which is fine and all, but I'd like it floated to the right, so that it does not take up a lot of vertical space at the top of the page.

How can I float the table of contents to the right?

Best Answer

Add

#toc { float: right };

to your MediaWiki:Common.css wiki page.