From: Jacob Thornton Date: Sun, 11 Sep 2011 05:48:39 +0000 (-0700) Subject: add static sizes for images so tooltips get right size on load X-Git-Tag: v1.3.0~44^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5964b07b14f77795925112bf4f94ad78b51d251;p=thirdparty%2Fbootstrap.git add static sizes for images so tooltips get right size on load --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 29fdcf3f0c..684c417331 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -312,6 +312,13 @@ img.large-bird { opacity: .1; } +/* Media grid images +--------------------------------------------------- */ +.media-grid img { + height: 150px; + width: 210px; +} + /* Pretty Print -------------------------------------------------- */