Jump to content

Module:Category series navigation/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
tweak
m border-width instead of border-style
Line 14: Line 14:


.categorySeriesNavigation-range-transparent {
.categorySeriesNavigation-range-transparent {
border-style: none;
border-width: 0;
background-color: transparent;
background-color: transparent;
}
}

Revision as of 22:17, 26 December 2023

.categorySeriesNavigation {
	display: flow-root;
}

.categorySeriesNavigation-range {
	margin: auto;
	display: table;
	padding: 8px;
}

body.skin-vector-2022 .categorySeriesNavigation-range {
	padding: 3px;
}

.categorySeriesNavigation-range-transparent {
	border-width: 0;
	background-color: transparent;
}