MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
seems like the problem has been extra semi-colon all this time
m (more fix of CSS TOC location)
m (seems like the problem has been extra semi-colon all this time)
 
Line 6: Line 6:
   flow of text and leads to people ignoring the first section.
   flow of text and leads to people ignoring the first section.
*/
*/
.toc { float: right };
.toc { float: right }


/*
/*
Line 15: Line 15:
   This "magic" CSS means toc id inside tocinline will not float.
   This "magic" CSS means toc id inside tocinline will not float.
*/
*/
.tocinline .toc { float: none };
.tocinline .toc { float: none }

Navigation menu