MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
css fixes for tocinline
m (trying to fix CSS for tocinline)
m (css fixes for tocinline)
Line 13: Line 13:
   Then use it like "<div class="tocinline">__TOC__</div>"
   Then use it like "<div class="tocinline">__TOC__</div>"
*/
*/
#tocinline, .tocinline { float: none };
.tocinline, .toc { display:inline-block };

Navigation menu