Template:Image/styles.css: Difference between revisions

From Bonkipedia
[[mw:]]>Izno
(Created page with ".t-image { position: relative; overflow: hidden; max-width: 400px; height: auto; margin-bottom: .6em; } .t-image-padding { padding-left: 1.5em; } .t-image img { max-...")
 
m (1 revision imported: Template documentation pages)
 
(No difference)

Latest revision as of 18:06, 12 November 2022

.t-image {
	position: relative;
	overflow: hidden;
	max-width: 400px;
	height: auto;
	margin-bottom: .6em;
}

.t-image-padding {
	 padding-left: 1.5em;
}

.t-image img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.t-image-caption {
	font-size: 90%;
}