0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

add static sizes for images so tooltips get right size on load

This commit is contained in:
Jacob Thornton 2011-09-10 22:48:39 -07:00
parent 68865002af
commit a5964b07b1

View File

@ -312,6 +312,13 @@ img.large-bird {
opacity: .1;
}
/* Media grid images
--------------------------------------------------- */
.media-grid img {
height: 150px;
width: 210px;
}
/* Pretty Print
-------------------------------------------------- */