From 5cefb2f15b83ee2ee61496b49f6111be17529b56 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Mon, 9 Jun 2014 12:29:43 -0400 Subject: [PATCH] Flexible widths on images for credobootstrap --- examples/htdocs/ref-bootstrap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%; } -- 1.7.10.4