diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-29 20:23:40 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-29 20:23:40 +0000 |
commit | 88a4b9e9d2c8f09f8cc03080da449521af0822f6 (patch) | |
tree | ee3a4c09c4567a1ce7b5bf1f1d8096ee4c1d7ab5 /demos/index.html | |
parent | 6fe25e3758acec2fc05c054c33dee56d3ac0fa5b (diff) | |
download | jquery-ui-88a4b9e9d2c8f09f8cc03080da449521af0822f6.tar.gz jquery-ui-88a4b9e9d2c8f09f8cc03080da449521af0822f6.zip |
demos/index.html - increased width and height of iframe slightly relect mockup dimensions.
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html index 684187a1a..68647cf92 100644 --- a/demos/index.html +++ b/demos/index.html @@ -87,7 +87,7 @@ <?php if(isset($plain) && isset($_GET['load'])) {
echo html_entity_decode('<h3>'. $_GET['load'] .'</h3>');
include($section .'/index.html');
- echo html_entity_decode('<iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"></iframe>');
+ echo html_entity_decode('<iframe id="preview" name="preview" src="/'. $section .'/default.html" width="520" height="314" border="0" frameborder="0" style="overflow:auto"></iframe>');
} else { ?>
<h3>Instructions</h3>
|