MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
use #tocinline instead of .tocinline (CSS magic?)
(create tocinline class for default toc position)
m (use #tocinline instead of .tocinline (CSS magic?))
Line 13: Line 13:
   Then use it like "<div class="tocinline">__TOC__</div>"
   Then use it like "<div class="tocinline">__TOC__</div>"
*/
*/
.tocinline, .toc { float: none };
#tocinline, #toc { float: none };

Navigation menu