Template:Infobox/title.css: Difference between revisions

From Jonesipedia
Jump to navigation Jump to search
Created page with '/* The caption element is usually aligned to the left in the mobile skin, but this makes inconsistent with the desktop skin (Vector) while the element is used in...'
 
m 1 revision imported
 
(No difference)

Latest revision as of 09:34, 29 May 2021

/* The caption element is usually aligned to the left in the mobile skin, but this makes inconsistent with
the desktop skin (Vector) while the element is used in infobox, this fixes that. */ 
body.skin-minerva table.infobox caption {
	text-align: center;
}