X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=52f214f20efbaf3c75731aa21f1053face96f0fa;hp=b458a1189a502c2fb5152514a5bd819a2322d51e;hb=456d56f8dd548af35fe42dd47d66423d1b98805b;hpb=733d90ce65e73af95432e688ae569be47802658c diff --git a/roojs-debug.js b/roojs-debug.js index b458a1189a..52f214f20e 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -47818,7 +47818,7 @@ Roo.htmleditor.KeyEnter.prototype = { // only do this if we have ctrl key.. var br = doc.createElement('br'); br.className = 'clear'; - br.setAttribute('style', 'clear:all'); + br.setAttribute('style', 'clear: both'); sel.insertNode(br, 'after'); } @@ -48185,9 +48185,11 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { store : { xtype : 'SimpleStore', data : [ - ['50%'], + ['100%'], ['80%'], - ['100%'] + ['50%'], + ['20%'], + ['10%'] ], fields : [ 'val'], xns : Roo.data