Template:Infotabs/styles.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:
}
}


.infobox .tabber__header{
.infotabs .tabber__header{
margin-bottom: 10px;
margin-bottom: 10px;
box-shadow: none !important;
}

.infotabs .tabber__tab{
font-weight:normal;
}
.infotabs .tabber__tab[aria-selected="true"]{
font-weight:bold;
}
}

Revision as of 22:07, 11 September 2023

.infotabs .tabber__tab{
	flex-grow:1;
	justify-content:center;
	font-weight: bold !important;
	color: burlywood !important;
}

.infotabs .tabber__header{
	margin-bottom: 10px;
	box-shadow: none !important;
}

.infotabs .tabber__tab{
	font-weight:normal;
}
.infotabs .tabber__tab[aria-selected="true"]{
	font-weight:bold;
}