MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 44: Line 44:


/* Horizontal Lists */
/* Horizontal Lists */
.hlist li { display: inline; margin: 0; }
.hlist > li, .hlist > * > li { display: inline; margin: 0; }
.hlist li:after { content: " · "; font-weight: bold; }
.hlist > li:after, .hlist > * > li:after { content: " · "; font-weight: bold; }
.hlist li:last-child:after { content: none; }
.hlist > li:last-child:after, .hlist > * > li:last-child:after { content: none; }
.hlist li.hlist-last-child:after { content: none; } /* IE8 */
.hlist > li.hlist-last-child:after, .hlist > * > li.hlist-last-child:after { content: none; } /* IE8 */


#mw-normal-catlinks ul { margin-left: 0; }
#mw-normal-catlinks ul { margin-left: 0; }

Navigation menu