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 3: Line 3:
}
}


.library-card-mini-image{
.library-card-mini img{
height:30px;
width:30px;
overflow:hidden;
}
 
img{
height:30px;
height:30px;
width:30px;
width:30px;
Line 16: Line 10:
overflow:hidden;
overflow:hidden;
position:relative;
position:relative;
top:-100px;
border-radius:4px;
left:0;
}
}

Revision as of 14:47, 19 July 2023

.library-card-mini{
	display:inline;
}

.library-card-mini img{
	height:30px;
	width:30px;
	vertical-align:middle;
	object-fit:cover;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}