MediaWiki:Common.css: Difference between revisions

From Octave
Jump to navigation Jump to search
(table of contents as float and aligned to the right)
(No difference)

Revision as of 11:56, 26 August 2016

/* CSS placed here will be applied to all skins */

/*
  Make table of contents a float and aligned to the right.
  This is similar to wikipedia.  The alternative breaks up the
  flow of text and leads to people ignoring the first section.
*/
#toc { float: right };