From: Mike Taylor Date: Wed, 21 May 2014 15:06:51 +0000 (+0100) Subject: Style widget to fill whole page-width. X-Git-Tag: 1.0.0~624 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d340c86b743f97eb7ed421f47676a93bb0c400d0 Style widget to fill whole page-width. --- diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 99a1b9d..ee5a1b4 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -3,7 +3,7 @@ } .mkwsCredo table { - width: 90%; + width: 100%; border-collapse: collapse; }