Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Library card mini/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.library-card-mini-image{
.library-card-mini-image{
position:relative;
position:relative;
top:0px;
top:0;
left:0px;
left:0;
height:30px;
height:30px;
width:30px;
width:30px;
overflow:hidden;
overflow:hidden;
object-fit:cover;
object-fit:contain;
}
}



Revision as of 14:36, 19 July 2023

.library-card-mini-image{
	position:relative;
	top:0;
	left:0;
	height:30px;
	width:30px;
	overflow:hidden;
	object-fit:contain;
}

/*
.library-card-mini-inliner{
	display:inline;
}

.library-card-mini-image{
	height:30px;
	width:30px;
	border-radius:3px;
	overflow:hidden;
}
*/