MediaWiki

Gadget-pagecount.css

From Dogcraft Wiki

(Created page with "#top-bar-pagecount a { display: flex; justify-content: center; flex-direction: column; line-height: 50%; text-align: center; height: 45px; font-weight: bold; } #top-ba...")
 
No edit summary
Line 7: Line 7:
height: 45px;
height: 45px;
font-weight: bold;
font-weight: bold;
padding: 0 .3em;
}
}



Revision as of 14:23, 7 April 2021

#top-bar-pagecount a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 50%;
	text-align: center;
	height: 45px;
	font-weight: bold;
	padding: 0 .3em;
}

#top-bar-pagecount a span:nth-child(1) {
	padding-bottom:3px;
	font-size:1rem;
}

#top-bar-pagecount a span:nth-child(2) {
	padding-top:2px;
	font-size:10px;
}
This page was last modified on 7 April 2021, at 14:23. (14 months ago)