Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Lang links cheap/styles.css: Difference between revisions

Template page
Created page with '.lang-links-cheap .mw-prefixindex-body { columns: 1; } .lang-links-cheap ul { margin: 0; } .lang-links-cheap li { display: inline; } .lang-links-cheap li::after { content: " ∙"; } .lang-links-cheap li:last-child::after { content: none; }'
 
make also list items’ descendants (e.g. <div class="allpagesredirect">) inline
 
Line 5: Line 5:
margin: 0;
margin: 0;
}
}
.lang-links-cheap li {
.lang-links-cheap li,
.lang-links-cheap li * {
display: inline;
display: inline;
}
}

Latest revision as of 18:07, 1 August 2021

.lang-links-cheap .mw-prefixindex-body {
	columns: 1;
}
.lang-links-cheap ul {
	margin: 0;
}
.lang-links-cheap li,
.lang-links-cheap li * {
	display: inline;
}
.lang-links-cheap li::after {
	content: " ∙";
}
.lang-links-cheap li:last-child::after {
	content: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.