Template:Image/styles.css: Difference between revisions

Template page
(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-width: 100%; height: auto; width: auto; } .t-image-caption { font-size: 90%; }")
 
m (Undo revision 66 by Digi (talk))
Tag: Undo
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 04:04, 3 May 2024

.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%;
}