MediaWiki:Gadget-Switchable.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
}
}
.switchabletabs li a {
.switchabletabs li a {
white-space: nowrap;
display: inline-block;
text-decoration: none;
text-decoration: none;
}
}

Revision as of 08:59, July 16, 2024

.switchabletabs li {
	display: inline;
	list-style: none;
	background: #F2F2F2;
	border: 1px solid #AAA;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	cursor: default;
}
.switchabletabs li a {
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
}