MediaWiki:Common.css: Difference between revisions

From Modding Haven
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
div.gallerytext > p {
div.gallerytext > p {
font-size: 1px !important;
font-size: 1px !important;
color: transparent !important;
line-height: 1% !important
line-height: 1% !important
}
}

Revision as of 21:34, 19 January 2024

/* CSS placed here will be applied to all skins */
div.gallerytext > p {
	font-size: 1px !important;
	line-height: 1% !important
}