X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=editor_tests_compiled.html;h=cff5d6f949167b0257ec0297b6609ac257c7f534;hb=a1a9a189a821bc17cd1f07d7d145d5fe0e1d80a8;hp=712e36aecbcf72cc0cd863f039ee35712c810c1c;hpb=896560198f6b7cbafced9ff64196679414abcf39;p=peach-html5-editor.git diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index 712e36a..cff5d6f 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -8,14 +8,13 @@ textarea { box-sizing: border-box; width: 100%; + height: 200px } + /* optional */ .peach_html5_editor { - box-sizing: border-box; - width: 300px; - height: 300px; - border: 0; - margin: 10px 0; - padding: 0; + width: 500px; + height: 500px; + margin: 0 auto; } @@ -23,13 +22,18 @@

Peach HTML5 Editor test page (compiled version)

This version of the editor test page requires that you've compiled all the source files. (Just run make).

-

HTML view. Changes here propagate when you remove your cursor (press tab or click outside)