mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
add static sizes for images so tooltips get right size on load
This commit is contained in:
parent
68865002af
commit
a5964b07b1
@ -312,6 +312,13 @@ img.large-bird {
|
|||||||
opacity: .1;
|
opacity: .1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Media grid images
|
||||||
|
--------------------------------------------------- */
|
||||||
|
.media-grid img {
|
||||||
|
height: 150px;
|
||||||
|
width: 210px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Pretty Print
|
/* Pretty Print
|
||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user