From: Jason Skomorowski Date: Mon, 9 Jun 2014 16:29:43 +0000 (-0400) Subject: Flexible widths on images for credobootstrap X-Git-Tag: 1.0.0~507^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=5cefb2f15b83ee2ee61496b49f6111be17529b56 Flexible widths on images for credobootstrap --- diff --git a/examples/htdocs/ref-bootstrap.html b/examples/htdocs/ref-bootstrap.html index c2b1bfa..503a8fe 100644 --- a/examples/htdocs/ref-bootstrap.html +++ b/examples/htdocs/ref-bootstrap.html @@ -37,8 +37,8 @@ .mkwsCredo { max-width: 1440px; } - .image img { - min-width: 240px; + .mkwsGoogleImage img { + max-width: 95%; }