From a5968a473c20565382cf89f72737ff01a0ee90c3 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Mon, 9 Jun 2014 12:08:05 -0400 Subject: [PATCH 1/1] Credo bootstrap wider with narrower images --- examples/htdocs/mkws-widget-credo-bs.js | 2 +- examples/htdocs/ref-bootstrap.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/examples/htdocs/mkws-widget-credo-bs.js b/examples/htdocs/mkws-widget-credo-bs.js index 14ba781..49651ea 100644 --- a/examples/htdocs/mkws-widget-credo-bs.js +++ b/examples/htdocs/mkws-widget-credo-bs.js @@ -54,7 +54,7 @@ mkws.registerWidgetType('Credo', function() { s.push(''); s.push('
'); - s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 3, template: 'CredoImage', target: 'google_images_js' }))); + s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 4, template: 'CredoImage', target: 'google_images_js' }))); s.push('
'); diff --git a/examples/htdocs/ref-bootstrap.html b/examples/htdocs/ref-bootstrap.html index 91430f0..c2b1bfa 100644 --- a/examples/htdocs/ref-bootstrap.html +++ b/examples/htdocs/ref-bootstrap.html @@ -33,8 +33,16 @@ + - + -- 1.7.10.4